Dynamo.Graph.Workspaces.WorkspaceModel.GetSharedName C# (CSharp) Méthode

GetSharedName() public méthode

Returns appropriate name of workspace for sharing.
public GetSharedName ( ) : string
Résultat string
        public virtual string GetSharedName()
        {
            return this.Name;
        }
WorkspaceModel