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

Syntax

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

See Also