Request Constructor (String) |
Create a new Request with the specified artifact type
Namespace: Rally.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public Request(
string artifactName
)
Public Sub New (
artifactName As String
)
public:
Request(
String^ artifactName
)
new :
artifactName : string -> Request
Parameters
- artifactName
- Type: SystemString
The Rally artifact type being requested
Examples Request request = new Request("PortfolioItem/Feature");
See Also