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
Syntax
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: TaskISharingResultGuid
An awaitable task that returns an ISharingResultT containing the unique identifier of the shared model.
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next