RightsDescriptorGetCombinedWithOverwrite Method

returns combined rights which are overriden by another object.
Equivalent of Combine(this, overwriteoverrides, defvalue)

Definition

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

Parameters

overwrite  RightsDescriptor
 
defvalue  NullableBoolean  (Optional)
 

Return Value

RightsDescriptor

See Also