Security.ReadTemplate Method

Gets information about the specified security template.

Namespace:  WebSvcSecurity
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

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

returnValue = instance.ReadTemplate(templateUid)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Security/ReadTemplate", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Security/", 
    ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Security/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public SecurityTemplatesDataSet ReadTemplate(
    Guid templateUid
)

Parameters

  • templateUid
    Type: System.Guid
    GUID of a security template.

Return Value

Type: WebSvcSecurity.SecurityTemplatesDataSet
Name, description, and information about the category and global permissions in the security template.

Remarks

Project Server Permissions

Permission

Description

ManageSecurity

Manage Project Server security. Global permission.

ManageUsersAndGroups

Manage Project Server users and groups. Global permission.

See Also

Reference

Security Class

Security Members

WebSvcSecurity Namespace