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)
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetAutoUniqueContainmentName As Nullable(Of Boolean) |
| C# |
|---|
public virtual Nullable<bool> GetAutoUniqueContainmentName() |
| Visual C++ |
|---|
public:
virtual Nullable<bool> GetAutoUniqueContainmentName() |
| JavaScript |
|---|
function getAutoUniqueContainmentName(); |
Return Value
Returns a
Boolean indicating whether the object’s containment name can be
auto-generated.