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

Syntax

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

See Also