2027 Members
Changes 0
M

WorksetTable Methods

Name Return Type Description Inherited From
M CanDeleteWorkset(Document, WorksetId, DeleteWorksetSettings) Boolean Indicates if a workset can be deleted.
M DeleteWorkset(Document, WorksetId, DeleteWorksetSettings) None Delete the specific workset.
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetActiveWorksetId() WorksetId Returns the active workset's WorksetId.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M GetWorkset(Guid) Workset Returns the workset from a input Guid.
M GetWorkset(WorksetId) Workset Returns the workset from a input WorksetId.
M IsWorksetNameUnique(Document, String) Boolean Checks if the given workset name is unique in the document.
M RenameWorkset(Document, WorksetId, String) None Renames the workset.
M SetActiveWorksetId(WorksetId) None Sets the active workset.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object