Security.ReadTemplate method
Gets information about the specified security template.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadTemplate", 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 ReadTemplate ( _
templateUid As Guid _
) As SecurityTemplatesDataSet
'Usage
Dim instance As Security
Dim templateUid As Guid
Dim returnValue As SecurityTemplatesDataSet
returnValue = instance.ReadTemplate(templateUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/ReadTemplate", 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 SecurityTemplatesDataSet ReadTemplate(
Guid templateUid
)
Parameters
templateUid
Type: System.GuidIndicates the unique identifier for the specified security template.
Return value
Type: WebSvcSecurity.SecurityTemplatesDataSet
Returns name, description, and information about the category and global permissions in the security template.
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to manage Project Server security. Global permission. |
|
Allows a user to manage Project Server users and groups. Global permission. |