Library | Module

Interface IpfcCheckinOptions



Description

This class describes checkin options.
Direct Parent Classes:
IpfcUploadBaseOptions



Property Summary

PropertyBaselineLifecycleas String [optional]
Specifies the name of the lifecycle.
PropertyBaselineLocationas String [optional]
Specifies the location of the baseline.
PropertyBaselineNameas String [optional]
Specifies the name of the baseline.null means not to create any baseline
PropertyBaselineNumberas String [optional]
Specifies the number of the baseline.
PropertyKeepCheckedoutas 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

FunctionCCpfcCheckinOptions.Create () as IpfcCheckinOptions
Creates a new IpfcCheckinOptions object.



Property Detail


PropertyBaselineLifecycleas String [optional]

Specifies the name of the lifecycle.




PropertyBaselineLocationas String [optional]

Specifies the location of the baseline.




PropertyBaselineNameas String [optional]

Specifies the name of the baseline.null means not to create any baseline




PropertyBaselineNumberas String [optional]

Specifies the number of the baseline.




PropertyKeepCheckedoutas 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


FunctionCCpfcCheckinOptions.Create () as IpfcCheckinOptions

Creates a new IpfcCheckinOptions object.
Returns:
The new object.