Security.DeleteCategories - Méthode
Supprime toutes les catégories de sécurité spécifié.
Espace de noms : WebSvcSecurity
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/DeleteCategories", 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 Sub DeleteCategories ( _
categoryUids As Guid() _
)
'Utilisation
Dim instance As Security
Dim categoryUids As Guid()
instance.DeleteCategories(categoryUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Security/DeleteCategories", 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 void DeleteCategories(
Guid[] categoryUids
)
Paramètres
categoryUids
Type : []Tableau d'une ou plusieurs catégories de sécurité GUID.
Remarques
Autorisations Project Server
Autorisation |
Description |
---|---|
Permet à un utilisateur de gérer la sécurité de Project Server. Autorisation globale. |