Dynamo.Graph.Workspaces.WorkspaceModel.GetSharedName C# (CSharp) Method

GetSharedName() public method

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