Click or drag to resize

PropertiesFlushMetaProperties Method

Flush the specified Properties meta-data, if cached.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void FlushMetaProperties(
	IAppContext cxt,
	IDatabase db,
	string objID,
	string objectTypeKey,
	string subObjFilter
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
db
Type: NetQuarryIDatabase
The database, typically the repository (which is the default if null).
objID
Type: SystemString
The object's ID.
objectTypeKey
Type: SystemString
The object type (e.g. "page" for pages).
subObjFilter
Type: SystemString
The filter to use for sub objects.
See Also