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


ICheckInUIProperties.CIChildSourceType 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.CIChildSourceType Property
ArcGIS Developer Help

ICheckInUIProperties.CIChildSourceType Property

The source of the data to check in from.

[Visual Basic .NET]
Public ReadOnly Property CIChildSourceType As esriCheckInSourceType
[C#]
public esriCheckInSourceType CIChildSourceType {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Indicates if the check in is from a delta xml file, delta database or a check-out geodatabase.

See Also

ICheckInUIProperties Interface