Click or drag to resize

PropertyPersistEx Method

Persist the current property to the IDatabase.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void PersistEx(
	IDatabase db,
	string objID,
	string objTypeKey,
	string subObjectType,
	bool persistAsPreference
)

Parameters

db
Type: NetQuarryIDatabase
The database that contains the property value schema.
objID
Type: SystemString
The object ID.
objTypeKey
Type: SystemString
The object type.
subObjectType
Type: SystemString
The sub object type.
persistAsPreference
Type: SystemBoolean
If true, treat this property as a preference (store in xot_preferences).
See Also