Specifies the maximum number of entries allowed in the security descriptor cache for a given object store. When the maximum number is exceeded, the least recently used security descriptor elements are removed to allow more recently used elements to be cached.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property SecurityDescCacheMaxEntries As Nullable(Of Integer)
C#
Nullable<int> SecurityDescCacheMaxEntries { get; set; }
Visual C++
property Nullable<int> SecurityDescCacheMaxEntries {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_securityDescCacheMaxEntries();
function set_securityDescCacheMaxEntries(value);

ToggleRemarks

ToggleSee Also