Dynamo.Graph.Workspaces.WorkspaceModel.GetSharedName C# (CSharp) Метод

GetSharedName() публичный Метод

Returns appropriate name of workspace for sharing.
public GetSharedName ( ) : string
Результат string
        public virtual string GetSharedName()
        {
            return this.Name;
        }
WorkspaceModel