Adds a Delete pending action to this object's PendingActions collection. You must subsequently commit the change to the repository. (See PendingAction for more information about pending actions.)


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

Syntax

Visual Basic (Declaration)
Sub Delete()
C#
void Delete()
C++
void Delete() abstract 
J#
void Delete()
JScript
function Delete()

See Also