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
)
Public Sub FlushMetaProperties (
cxt As IAppContext,
db As IDatabase,
objID As String,
objectTypeKey As String,
subObjFilter As String
)
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