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)
Visual Basic (Declaration) |
---|
Sub RemoveFromCache ( _
propertyName As String _
) |
C# |
---|
void RemoveFromCache(
string propertyName
) |
Visual C++ |
---|
void RemoveFromCache(
String^ propertyName
) |
JavaScript |
---|
function removeFromCache(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying the name of the property to remove.