Defines settings that identify whether a document is a standard document or a parent component in a compound document.

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

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration CompoundDocumentState
C#
public enum CompoundDocumentState
Visual C++
public enum class CompoundDocumentState
JavaScript
FileNet.Api.Constants.CompoundDocumentState = function();
FileNet.Api.Constants.CompoundDocumentState.createEnum('FileNet.Api.Constants.CompoundDocumentState', false);

ToggleMembers

TypeMember nameDescription
STANDARD_DOCUMENT
Designates a document as a standard document. This setting prevents the document from being a parent component within a compound document.
COMPOUND_DOCUMENT
Designates a document as the parent component in a compound document. Initially, this parent component has no child components.

ToggleSee Also