Click or drag to resize
CSEntryChangeDeserializerDeserialize Method (String)
Deserializes a file into a list of CSEntryChange objects

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static IList<CSEntryChange> Deserialize(
	string file
)

Parameters

file
Type: SystemString
The file of CSEntryChanges to deserialize

Return Value

Type: IListCSEntryChange
A list of CSEntryChanges
See Also