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

Syntax

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

See Also