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)

Syntax

Visual Basic (Declaration)
Public Enum CompoundDocumentState
C#
public enum CompoundDocumentState
C++
public enum class CompoundDocumentState
J#
public enum CompoundDocumentState
JScript
public enum CompoundDocumentState

Members

Member NameDescription
COMPOUND_DOCUMENTDesignates a document as the parent component in a compound document. Initially, this parent component has no child components.
STANDARD_DOCUMENTDesignates a document as a standard document. This setting prevents the document from being a parent component within a compound document.

See Also