Returns True if a unique containment name can be automatically generated for this pending action’s underlying object when the new object is saved to the object store; otherwise, returns False.


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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetAutoUniqueContainmentName() As Nullable(Of Boolean)
C#
public virtual Nullable<bool> GetAutoUniqueContainmentName()
C++
public:
 virtual Nullable<bool> GetAutoUniqueContainmentName()
J#
public virtual Nullable<bool> GetAutoUniqueContainmentName()
JScript
public virtual  function GetAutoUniqueContainmentName() : Nullable<bool>

Return Value

Returns a Boolean indicating whether the object’s containment name can be auto-generated.

See Also