API Documentation > Classes > Interface IpfcCheckinOptions
Interface IpfcCheckinOptions
Description
This class describes checkin options.
Direct Parent Classes:
User Guide References:
Property Summary
Property
as String [optional]
Specifies the name of the lifecycle.
Property
as String [optional]
Specifies the location of the baseline.
Property
as String [optional]
Specifies the name of the baseline.null means not to create any baseline
Property
as String [optional]
Specifies the number of the baseline.
Property
as Boolean [optional]
Specifies the checked out status of the object .If the value specified is true, then the contents of the selected object are checked in to the Windchill server and automatically checked out again for further modification.
Method Summary
Property Detail
Property
BaselineLifecycle
as String [optional]
Specifies the name of the lifecycle.
Property
BaselineLocation
as String [optional]
Specifies the location of the baseline.
Property
BaselineName
as String [optional]
Specifies the name of the baseline.null means not to create any baseline
Property
BaselineNumber
as String [optional]
Specifies the number of the baseline.
Property
KeepCheckedout
as Boolean [optional]
Specifies the checked out status of the object .If the value specified is true, then the contents of the selected object are checked in to the Windchill server and automatically checked out again for further modification.
Method Detail
Function
CCpfcCheckinOptions.Create
Creates a new IpfcCheckinOptions object.
Returns:
The new object.
Was this helpful?