Click or drag to resize
CSEntryChangeSerializerSerialize Method (IEnumerableCSEntryChange, String, Schema)
Serializes the collection of CSEntryChange objects into the specified file

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static void Serialize(
	IEnumerable<CSEntryChange> csentries,
	string file,
	Schema schema
)

Parameters

csentries
Type: System.Collections.GenericIEnumerableCSEntryChange
The collection of CSEntryChanges to serialize
file
Type: SystemString
The name of the file to serialize the objects to. If this file exists, it will be overwritten
schema
Type: Schema
The current metadirectory services schema. This is required to ensure that attributes are serialized as the correct data type
See Also