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

Syntax

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

See Also