RightsDescriptorTryParse Method

Trying to parse XML string to object

Definition

Namespace: TCX.Configuration.CommonRightsCache
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public static bool TryParse(
	string _xmldoc,
	out RightsDescriptor result
)

Parameters

_xmldoc  String
result  RightsDescriptor
value which is initialized as invalid

Return Value

Boolean
true if successfuly parsed, otherwise - result specified invalid descriptor where rolename is null and all values are set to null

See Also