This document is archived and information here might be outdated.  Recommended version.


ICheckInUIProperties.CIChildDeltaFile Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseDistributedUI > Interfaces > IC > ICheckInUIProperties Interface > ICheckInUIProperties.CIChildDeltaFile Property
ArcGIS Developer Help

ICheckInUIProperties.CIChildDeltaFile Property

The name of the delta database.

[Visual Basic .NET]
Public ReadOnly Property CIChildDeltaFile As String
[C#]
public string CIChildDeltaFile {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This should be set if the CIChildSourceType is esriXMLDeltaFile or esriPersonalDeltaFile.

See Also

ICheckInUIProperties Interface