ICCProjectPolicy is the outdated CAL interface to project policy settings. See ICCProject::Policy for its use.
Do not allow delivery from a development stream that has checkouts
Require a development stream to be based on the current recommended baselines before it can be used to deliver changes to the integration stream
Recommend snapshot views for development work on computers that run Linux or the UNIX system
Recommend snapshot views for integration work on computers that run Linux or the UNIX system
Recommend snapshot views for development work on platforms that run Windows
Recommend snapshot views for integration work on platforms that run Windows
Do not allow delivery from a development stream that has checkouts
Read-write property
Property DeliverRequireCheckin As Boolean
VARIANT_BOOL GetDeliverRequireCheckin(); void PutDeliverRequireCheckin(VARIANT_BOOL NewDeliverRequireCheckin);
Member of: ICCProjectPolicy interface
Require a development stream to be based on the current recommended baselines before it can be used to deliver changes to the integration stream
Read-write property
Property DeliverRequireRebase As Boolean
VARIANT_BOOL GetDeliverRequireRebase(); void PutDeliverRequireRebase(VARIANT_BOOL NewDeliverRequireRebase);
Member of: ICCProjectPolicy interface
Recommend snapshot views for development work on computers that run Linux or the UNIX system
Read-write property
Property UNIXDevelopmentSnapshot As Boolean
VARIANT_BOOL GetUNIXDevelopmentSnapshot(); void PutUNIXDevelopmentSnapshot(VARIANT_BOOL NewUNIXDeveiopmentSnapshot);
Member of: ICCProjectPolicy interface
Recommend snapshot views for integration work on computers that run Linux or the UNIX system
Read-write property
Property UNIXIntegrationSnapshot As Boolean
VARIANT_BOOL GetUNIXIntegrationSnapshot(); void PutUNIXIntegrationSnapshot(VARIANT_BOOL NewUNIXIntegrationSnapshot);
Member of: ICCProjectPolicy interface
Recommend snapshot views for development work on platforms that run Windows
Read-write property
Property WinDevelopmentSnapshot As Boolean
VARIANT_BOOL GetWinDevelopmentSnapshot(); void PutWinDevelopmentSnapshot(VARIANT_BOOL NewWinDevelopmentSnapshot);
Member of: ICCProjectPolicy interface
Recommend snapshot views for integration work on platforms that run Windows
Read-write property
Property WinIntegrationSnapshot As Boolean
VARIANT_BOOL GetWinIntegrationSnapshot(); void PutWinIntegrationSnapshot(VARIANT_BOOL NewWinIntegrationSnapshot);
Member of: ICCProjectPolicy interface