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)

Syntax

Visual Basic (Declaration)
Property SecurityDescCacheMaxEntries As Nullable(Of Integer)
C#
Nullable<int> SecurityDescCacheMaxEntries { get; set; }
C++
property Nullable<int> SecurityDescCacheMaxEntries abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_SecurityDescCacheMaxEntries();

/** property */
public void set_SecurityDescCacheMaxEntries(Nullable<intvalue);
JScript
public function get SecurityDescCacheMaxEntries() : Nullable<int>

public function set SecurityDescCacheMaxEntries(value : Nullable<int>);

Remarks

See Also