Library | File

Enum pfcServerIncludeInstances

# include <pfcServer.h>

enum pfcServerIncludeInstances
{
    pfcSERVER_INCLUDE_ALL,
    pfcSERVER_INCLUDE_SELECTED,
    pfcSERVER_INCLUDE_NONE,
    pfcServerIncludeInstances_nil
};



Description

Specifies the rule while including instances from the family table during checkout.
Manual References:
Windchill Connectivity APIs: Checkout and Download




Values

pfcSERVER_INCLUDE_ALL
All the instances of the selected object are checked out.
pfcSERVER_INCLUDE_SELECTED
The application can select the family table instance members to be included during checkout.
pfcSERVER_INCLUDE_NONE
No additional instances from the family table are added to the object list.
pfcServerIncludeInstances_nil
Enum null value.