WorksharingUtils Methods


Worksharing Utils Methods

The WorksharingUtils type exposes the following members.

Methods
Name Description
Public method Static member Code example CheckoutElements(Document, ICollection ElementId ) Obtains ownership for the current user of as many specified elements as possible.
Public method Static member CheckoutElements(Document, ISet ElementId , TransactWithCentralOptions) Obtains ownership for the current user of as many specified elements as possible.
Public method Static member Code example CheckoutWorksets(Document, ICollection WorksetId ) Obtains ownership for the current user of as many specified worksets as possible.
Public method Static member CheckoutWorksets(Document, ISet WorksetId , TransactWithCentralOptions) Obtains ownership for the current user of as many specified worksets as possible.
Public method Static member CreateNewLocal Takes a path to a central model and copies the model into a new local file for the current user.
Public method Dispose
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object )
Public method Static member GetCheckoutStatus(Document, ElementId) Gets the ownership status of an element.
Public method Static member GetCheckoutStatus(Document, ElementId, String ) Gets the ownership status and outputs the owner of an element.
Public method GetHashCode Serves as the default hash function.
(Inherited from Object )
Public method Static member Code example GetModelUpdatesStatus Gets the status of a single element in the central model.
Public method GetType Gets the Type of the current instance.
(Inherited from Object )
Public method Static member GetUserWorksetInfo Gets information about user worksets in a workshared model file, without fully opening the file.
Public method Static member GetWorksharingTooltipInfo Gets worksharing information about an element to display in an in-canvas tooltip.
Public method Static member RelinquishOwnership Relinquishes ownership by the current user of as many specified elements and worksets as possible, and grants element ownership requested by other users on a first-come, first-served basis.
Public method ToString Returns a string that represents the current object.
(Inherited from Object )
Top
See Also