RightsDescriptor Constructor

Creates new RightsDescriptor for specified role

Definition

Namespace: TCX.Configuration.CommonRightsCache
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public RightsDescriptor(
	string role,
	bool? defvalue = null
)

Parameters

role  String
role name
defvalue  NullableBoolean  (Optional)
default value for all rights

See Also