Click or drag to resize

OrganizationsRenameDistributionListV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.RenameDistributionListV30Async(System.String,BlackBerry.Workspaces.Json.RenameDistributionListJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<BulkOperationResultJson> RenameDistributionListV30Async(
	string name,
	RenameDistributionListJson renameDistributionListJson
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.RenameDistributionListV30Async(System.String,BlackBerry.Workspaces.Json.RenameDistributionListJson)"]

renameDistributionListJson
Type: BlackBerry.Workspaces.JsonRenameDistributionListJson

[Missing <param name="renameDistributionListJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.RenameDistributionListV30Async(System.String,BlackBerry.Workspaces.Json.RenameDistributionListJson)"]

Return Value

Type: TaskBulkOperationResultJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Organizations.RenameDistributionListV30Async(System.String,BlackBerry.Workspaces.Json.RenameDistributionListJson)"]

See Also