CSEntryChangeDeserializerDeserialize Method (String) |
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static IList<CSEntryChange> Deserialize(
string file
)
Public Shared Function Deserialize (
file As String
) As IList(Of CSEntryChange)
public:
static IList<CSEntryChange^>^ Deserialize(
String^ file
)
Parameters
- file
- Type: SystemString
The file of CSEntryChanges to deserialize
Return Value
Type:
IListCSEntryChangeA list of
CSEntryChangesSee Also