Removes the
objects specified by their names in a
array from this
collection cache. Note that the
collection on the server remains unchanged.
are only removed from the local properties cache.
Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Sub RemoveFromCache( _ ByVal propertyNames As String() _ ) |
C# |
---|
public abstract void RemoveFromCache( string[] propertyNames ) |
C++ |
---|
public: void RemoveFromCache( array<String>^ propertyNames ) abstract |
J# |
---|
public abstract void RemoveFromCache( string[] propertyNames ) |
JScript |
---|
public abstract
function RemoveFromCache( propertyNames : String[] ) |
Parameters
- propertyNames
- A
array specifying the names of the properties to remove.String