Rubrique précédente: IsPreliminaryResourceVersion

Rubrique suivante: Role Methods

SearchResourceVersions

Description

This method returns a map of change sets ordered by the effective time.

Syntax

SearchResourceVersions (Status, EffectiveDate, NamePattern)

Parameters

Name

Type

Description

Status

string

The Change Set status. Legal values are: PRELIMINARY, ACTIVE, or an empty string.

EffectiveDate

string

Represents date in the script’s time zone, it can contain hours, minutes, and seconds.

NamePattern

string

Can use wildcards.

Return Values

A map, where each entry contains the following fields:

Remarks

All parameters are strings.

Parameters are optional.

The default values are empty strings. An empty string means that the parameter does not participate in the search.

The search ignores the Status parameter.

The EffectiveDate parameter is checked against the change set's default date.

The alternative Change Set method is SearchChangeSets.