Microsoft Identity Integration Server 2003 Developer Reference |
The ModificationType enumeration is used to identify the type of operation that is used on the object in the IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry) method.
Member | Description | Value |
---|---|---|
Add | The object is added to the connector space. | 0 |
Replace | The object is replacing an existing object in the connector space. | 1 |
Delete | The object is being deleted from the connector space. | 2 |
Product: Microsoft Identity Integration Server 2003
Service Pack 1
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in
Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.
IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry)