Main Content

slreq.dngGetProjectConfig

Query known configurations from IBM DOORS Next server

Since R2018b

Description

configs = slreq.dngGetProjectConfig() returns an array of structures representing all known configurations for the current IBM® DOORS® Next Project.

configs = slreq.dngGetProjectConfig('project', ProjectName) returns a structure representing the configuration for the IBM DOORS Next Project specified by ProjectName and switches the MATLAB® session to ProjectName.

configs = slreq.dngGetProjectConfig('type', 'stream') returns a structure representing the known streams for the current IBM DOORS Next Project.

configs = slreq.dngGetProjectConfig('type', 'changeset') returns a structure representing the known changesets for the current IBM DOORS Next Project.

configs = slreq.dngGetProjectConfig('name', ConfigName) returns a structure representing the configuration for the stream or changeset specified by ConfigName.

configs = slreq.dngGetProjectConfig('id', ConfigID) returns a structure representing the configuration for the stream or changeset specified by ConfigID.

Input Arguments

collapse all

IBM DOORS Next Project.

The name of the IBM DOORS Next Project stream or changeset specified as a character vector or as a string.

The ID of the IBM DOORS Next Project stream or changeset specified as a character vector or as a string.

Output Arguments

collapse all

IBM DOORS Next Project configuration, returned as a structure or an array of structures containing these fields.

IBM DOORS Next Project configuration ID, returned as a character vector.

IBM DOORS Next Project configuration name, returned as a character vector.

IBM DOORS Next Project configuration type, returned as a character vector.

IBM DOORS Next Project configuration Uniform Resource Locator (URL), returned as a character vector.

Version History

Introduced in R2018b