Click or drag to resize

IWsCommonGetProjectsList Method

This method retrieves the projects for the authenticated user

Namespace:  Aruba.Cloud.WsCommon
Assembly:  Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<List<Project>> GetProjectsList(
	GetProjectsListRequest request
)

Parameters

request
Type: GetProjectsListRequest

Return Value

Type: WsResultListProject
See Also