RightsDescriptorGetCombinedWithBase Method

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

Definition

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

Parameters

baserights  RightsDescriptor
 
defvalue  NullableBoolean  (Optional)
 

Return Value

RightsDescriptor

See Also