ModelSharingHandler Methods |
The ModelSharingHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateBaselineAsync |
Make a new baseline and upload it to the service with the specified code and comment.
| |
| ExcludeAndOpen |
Excludes the specified model from sharing and opens it. The currently opened model is closed.
| |
| GetLocationsAsync |
Gets the list of available locations for shared models.
| |
| GetModelsAsync |
Gets the list of shared models available for the current user.
| |
| GetSharingEvents |
Gets an instance of ISharingEvents to subscribe to sharing-related events.
| |
| GetUpdatesAsync |
Get available updates for the model.
| |
| InviteUserAsync |
Invite sharing user.
| |
| JoinAsync |
Joins a shared model using the specified model identifier and join folder.
| |
| ReadInAsync |
Reads in updates to the shared model.
| |
| ReleaseNextWriteOutAsync |
Releases a previously reserved next write-out for the current user with the specified comment.
| |
| RemoveModelAsync |
Removes the shared model from the system.
| |
| ReserveNextWriteOutAsync |
Reserves the next write-out for the current user with the specified comment.
| |
| StartSharingAsync |
Starts sharing a model with the specified code, description, and location.
| |
| WriteOutAsync |
Writes out changes to the service with the specified code and comment. Automatically release the next write-out reservation if there is one.
|