Removes the
object specified by name 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 propertyName As String _ ) |
C# |
---|
public abstract void RemoveFromCache( string propertyName ) |
C++ |
---|
public: void RemoveFromCache( String propertyName ) abstract |
J# |
---|
public abstract void RemoveFromCache( string propertyName ) |
JScript |
---|
public abstract
function RemoveFromCache( propertyName : String ) |
Parameters
- propertyName
- A
specifying the name of the property to remove.String