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

Syntax

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

See Also