Click or drag to resize
ICustomerAuthorityRoleManagerSetLabels Method

[This is preliminary documentation and is subject to change.]

Sets labels for a specific customer authority role

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void SetLabels(
	long roleId,
	IEnumerable<string> texts
)

Parameters

roleId
Type: SystemInt64

[Missing <param name="roleId"/> documentation for "M:Netadmin.Management.Customer.ICustomerAuthorityRoleManager.SetLabels(System.Int64,System.Collections.Generic.IEnumerable{System.String})"]

texts
Type: System.Collections.GenericIEnumerableString

[Missing <param name="texts"/> documentation for "M:Netadmin.Management.Customer.ICustomerAuthorityRoleManager.SetLabels(System.Int64,System.Collections.Generic.IEnumerable{System.String})"]

See Also