Removes the Property objects specified by their names in a String array 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)

ToggleSyntax

Visual Basic (Declaration)
Sub RemoveFromCache ( _
	propertyNames As String() _
)
C#
void RemoveFromCache(
	string[] propertyNames
)
Visual C++
void RemoveFromCache(
	array<String^>^ propertyNames
)
JavaScript
function removeFromCache(propertyNames);

Parameters

propertyNames
Type: array< System..::.String >[]()[]
A String array specifying the names of the properties to remove.

ToggleSee Also