Library | File

Enum pfcServerAutoresolveOption

# include <pfcServer.h>

enum pfcServerAutoresolveOption
{
    pfcSERVER_DONT_AUTORESOLVE,
    pfcSERVER_AUTORESOLVE_IGNORE,
    pfcSERVER_AUTORESOLVE_UPDATE_IGNORE,
    pfcServerAutoresolveOption_nil
};



Description

Specifies the options for auto-resolving missing references during checkin.
Manual References:
Windchill Connectivity APIs: CheckIn




Values

pfcSERVER_DONT_AUTORESOLVE
Don't autoresolve references to models missing from the workspace, which may result in a conflict.
pfcSERVER_AUTORESOLVE_IGNORE
Autoresolve missing references by ignoring them completely.
pfcSERVER_AUTORESOLVE_UPDATE_IGNORE
Autoresolve missing references by updating from the database and ignoring them if not found in the database.
pfcServerAutoresolveOption_nil
Enum null value.