CSEntryChangeSerializer.Serialize Method (IEnumerable<CSEntryChange>, String, Schema) |
Serializes the collection of CSEntryChange objects into the specified file
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static void Serialize(
IEnumerable<CSEntryChange> csentries,
string file,
Schema schema
)
Public Shared Sub Serialize (
csentries As IEnumerable(Of CSEntryChange),
file As String,
schema As Schema
)
public:
static void Serialize(
IEnumerable<CSEntryChange^>^ csentries,
String^ file,
Schema^ schema
)
Parameters
- csentries
- Type: System.Collections.Generic.IEnumerable<CSEntryChange>
The collection of CSEntryChanges to serialize - file
- Type: System.String
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