Library | Module

Enum pfcServerAutoresolveOption

Description

Specifies the options for auto-resolving missing references during checkin.




Values

SERVER_DONT_AUTORESOLVE
Don't autoresolve references to models missing from the workspace, which may result in a conflict.
SERVER_AUTORESOLVE_IGNORE
Autoresolve missing references by ignoring them completely.
SERVER_AUTORESOLVE_UPDATE_IGNORE
Autoresolve missing references by updating from the database and ignoring them if not found in the database.
ServerAutoresolveOption_nil
Use this enumerated value to represent "null" passed to optional properties or method arguments.