ModelSharingHandlerStartSharingAsync Method |
Starts sharing a model with the specified code, description, and location.
Namespace: Tekla.Structures.Model
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
public Task<ISharingResult<Guid>> StartSharingAsync( string code, string description, Guid? location = null )
Parameters
- code
- Type: SystemString
The sharing code for the model. - description
- Type: SystemString
A description for the shared model. - location (Optional)
- Type: SystemNullableGuid
The location of the shared model. If not provided or empty, the default location is used.
Return Value
Type: TaskISharingResultGuidAn awaitable task that returns an ISharingResultT containing the unique identifier of the shared model.