slreq.dngGetProjectConfig
Syntax
Description
returns
an array of structures representing all known
configurations for the current IBM®
DOORS® Next Project.configs
= slreq.dngGetProjectConfig()
returns a structure representing the configuration for the IBM
DOORS Next Project specified by configs
= slreq.dngGetProjectConfig('project'
, ProjectName
)ProjectName
and switches the
MATLAB® session to ProjectName
.
returns a structure representing the known streams for the current IBM
DOORS Next Project.configs
= slreq.dngGetProjectConfig('type'
, 'stream'
)
returns a structure representing the known changesets for the current IBM
DOORS Next Project.configs
= slreq.dngGetProjectConfig('type'
, 'changeset'
)
returns a structure representing the configuration for the stream or changeset specified by
configs
= slreq.dngGetProjectConfig('name'
, ConfigName
)ConfigName
.
returns a structure representing the configuration for the stream or changeset specified by
configs
= slreq.dngGetProjectConfig('id'
, ConfigID
)ConfigID
.
Input Arguments
Output Arguments
Version History
Introduced in R2018b