C# Class Microsoft.Protocols.TestSuites.MS_OXCFOLD.RestrictsFactory

Deserialize the common restricts type.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( byte restrictionData ) : Restriction

Deserialize the common field of restriction.

Method Details

Deserialize() public static method

Deserialize the common field of restriction.
public static Deserialize ( byte restrictionData ) : Restriction
restrictionData byte The restriction data.
return Restriction