Defines settings for controlling the deletion of a child component as an automatic response to the deletion of the parent component within a compound document.


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

Syntax

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

Members

Member NameDescription
NO_CASCADE_DELETECauses no special action to occur when the parent component document is deleted.
CASCADE_DELETECauses the child component document to be automatically deleted when the parent component document is deleted.

See Also