Method | Description | |
---|---|---|
GetWorkspacesByCollectionName ( this operations, string collectionName ) : ODataResponseListWorkspace |
Returns a list of workspaces for the specified collection
|
|
GetWorkspacesByCollectionNameAsync ( this operations, string collectionName, |
Returns a list of workspaces for the specified collection
|
|
PostWorkspace ( this operations, string collectionName ) : Workspace |
Creates a new workspace within a workspace collection
|
|
PostWorkspaceAsync ( this operations, string collectionName, |
Creates a new workspace within a workspace collection
|
public static GetWorkspacesByCollectionName ( this operations, string collectionName ) : ODataResponseListWorkspace | ||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
return | ODataResponseListWorkspace |
public static GetWorkspacesByCollectionNameAsync ( this operations, string collectionName, |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |
public static PostWorkspace ( this operations, string collectionName ) : Workspace | ||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
return | Workspace |
public static PostWorkspaceAsync ( this operations, string collectionName, |
||
operations | this | /// The operations group for this extension method. /// |
collectionName | string | /// The workspace collection name /// |
cancellationToken | /// The cancellation token. /// | |
return | Task |