ArcObjects Library Reference (GeoDatabaseDistributedUI)  

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