Security.ReadCategory Method

Gets information about the specified security category.

Namespace:  [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadCategory", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Security/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Security/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadCategory ( _
    categoryUid As Guid _
) As SecurityCategoriesDataSet
'Usage
Dim instance As Security
Dim categoryUid As Guid
Dim returnValue As SecurityCategoriesDataSet

returnValue = instance.ReadCategory(categoryUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadCategory", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Security/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Security/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public SecurityCategoriesDataSet ReadCategory(
    Guid categoryUid
)

Parameters

  • categoryUid
    Type: System.Guid
    The GUID of the security category.

Return Value

Type: [Security Web service].SecurityCategoriesDataSet
Returns information about the security category, including name, description, users and groups in the category, projects and dynamic project rule settings for the category, resources that users in the category can view, and dynamic resource rule settings.

Remarks

Project Server Permissions

Permission

Description

ManageSecurity

Allows a user to manage Project Server security. Global permission.

See Also

Reference

Security Class

Security Members

Security Web Service