Vorheriges Thema: IsResourceExistsInTime

Nächstes Thema: SearchResources

IsResourceExistsInResourceVersion

Description

This method checks whether the resource committed as effective is in the timeframe from the given change set.

Syntax

IsResourceExistsInResourceVersion (ResourceName, ChangeSetName)

Parameters

Name

Type

Description

ResourceName

string

The name of the resource.

ChangeSetName

string

The name of the change set.

Return Value

True if the resource committed as effective is in the timeframe from the given change set, False if it is not.

Remarks

This method fails if the resource does not exist.