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 Enumeration ComponentCascadeDeleteAction |
| C# |
|---|
public enum ComponentCascadeDeleteAction |
| Visual C++ |
|---|
public enum class ComponentCascadeDeleteAction |
| JavaScript |
|---|
FileNet.Api.Constants.ComponentCascadeDeleteAction = function(); FileNet.Api.Constants.ComponentCascadeDeleteAction.createEnum('FileNet.Api.Constants.ComponentCascadeDeleteAction', false); |
Members
| Type | Member name | Description |
|---|---|---|
| NO_CASCADE_DELETE |
Causes no special action to occur when the parent component document is deleted.
| |
| CASCADE_DELETE |
Causes the child component document to be automatically deleted when the parent component document is deleted.
|