Removes the Property object specified by name from this Properties collection cache. Note that the Properties collection on the server remains unchanged. Properties 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 String specifying the name of the property to remove.

See Also