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

Syntax

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

See Also