Click or drag to resize
Request Constructor (String)
Create a new Request with the specified artifact type

Namespace: Rally.RestApi
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public Request(
	string artifactName
)

Parameters

artifactName
Type: SystemString
The Rally artifact type being requested
Examples
Request request = new Request("PortfolioItem/Feature");
See Also