Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public const OBJECT_SECURITY_CACHE_ENTRY_TTL As String = "ObjectSecurityCacheEntryTTL"
C#
public const string OBJECT_SECURITY_CACHE_ENTRY_TTL = "ObjectSecurityCacheEntryTTL";
C++
public:
 const String OBJECT_SECURITY_CACHE_ENTRY_TTL = L"ObjectSecurityCacheEntryTTL";
J#
public const string OBJECT_SECURITY_CACHE_ENTRY_TTL = "ObjectSecurityCacheEntryTTL"
JScript
public const OBJECT_SECURITY_CACHE_ENTRY_TTL : String = "ObjectSecurityCacheEntryTTL";

See Also