Library | Module

Interface IpfcCheckoutOptions



Description

This class describes checkout options.



Property Summary

PropertyDependencyas IpfcServerDependency [optional]
Specifies the dependency rule while checking out dependents of the object that is selected for checkout.
PropertyDownloadas Boolean [optional]
Specifies the checkout type as download or link. Download specifies that the object content is downloaded and checked out while link specifies that only the metadata is downloaded and checked out.
PropertyIncludeInstancesas IpfcServerIncludeInstances [optional]
Specifies the rule while including instances from the family table during checkout.
PropertyReadonlyas Boolean [optional]
Specifies the checkout type as a read-only checkout. This option is applicable only if the checkout type is link.
PropertySelectedIncludesas Istringseq [optional]
Sequence of URL's to the selected includes, if include option = SERVER_INCLUDE_SELECTED. Can be null
PropertyVersionas String [optional]
Specifies the version of the object that is checked out.



Method Summary

FunctionCCpfcCheckoutOptions.Create () as IpfcCheckoutOptions
Creates a new IpfcCheckoutOptions object.



Property Detail


PropertyDependencyas IpfcServerDependency [optional]

Specifies the dependency rule while checking out dependents of the object that is selected for checkout.




PropertyDownloadas Boolean [optional]

Specifies the checkout type as download or link. Download specifies that the object content is downloaded and checked out while link specifies that only the metadata is downloaded and checked out.




PropertyIncludeInstancesas IpfcServerIncludeInstances [optional]

Specifies the rule while including instances from the family table during checkout.




PropertyReadonlyas Boolean [optional]

Specifies the checkout type as a read-only checkout. This option is applicable only if the checkout type is link.




PropertySelectedIncludesas Istringseq [optional]

Sequence of URL's to the selected includes, if include option = SERVER_INCLUDE_SELECTED. Can be null




PropertyVersionas String [optional]

Specifies the version of the object that is checked out.





Method Detail


FunctionCCpfcCheckoutOptions.Create () as IpfcCheckoutOptions

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