Request

Response

    ACC.GetProjectInformationAsync method

    Get project information.

    public Task<ProjectInfo> GetProjectInformationAsync(string hubId, string projectURN)
    
    parameterdescription
    hubId Hub Id
    projectURN Project Id

    Return Value

    Project information

    Exceptions

    exceptioncondition
    ArgumentNullException This exception is thrown when projectURN and hubId is null or empty.
    Exception Thrown when an unspecified error occurs.

    See Also