ItemListFilterInfo::Deserialize Method
Creates a new ItemListFilterInfo object and initializes it by using serialized data.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: static ItemListFilterInfo^ Deserialize( SyncIdFormatGroup^ idFormats, array<unsigned char>^ data )
Parameters
- idFormats
- Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema of the provider.
- data
- Type: array<System::Byte>
The serialized filter data.
Return Value
Type: Microsoft.Synchronization::ItemListFilterInfoThe newly created ItemListFilterInfo object initialized by using the serialized data.
| Exception | Condition |
|---|---|
| ArgumentNullException | idFormats or data is a nullptr. |
| SerializationException | A problem occurred while trying to get the serialization format or serialization data. |
Show: