Rubrique précédente: IsResourceVersionExists

Rubrique suivante: SearchResourceVersions

IsPreliminaryResourceVersion

Description

This method checks whether a change set with the given name exists.

Syntax

IsPreliminaryResourceVersion (ChangeSetName)

Parameters

Name

Type

Description

ChangeSetName

string

The name of the change set.

Return Value

True if a change set with the given name exists (even if the change set does not contain uncommitted changes), False if it does not.

Remarks

This method always returns True if a change set with the given name exists, even if the change set does not contain uncommitted changes.

This method fails if the change set does not exist.