Share via


SecurityTemplatesDataSet.CategoryPermissionsDataTable.AddCategoryPermissionsRow method (Guid, Guid, Boolean, Boolean)

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function AddCategoryPermissionsRow ( _
    WSEC_TMPL_UID As Guid, _
    WSEC_FEA_ACT_UID As Guid, _
    WSEC_ALLOW As Boolean, _
    WSEC_DENY As Boolean _
) As SecurityTemplatesDataSet.CategoryPermissionsRow
'Usage
Dim instance As SecurityTemplatesDataSet.CategoryPermissionsDataTable
Dim WSEC_TMPL_UID As Guid
Dim WSEC_FEA_ACT_UID As Guid
Dim WSEC_ALLOW As Boolean
Dim WSEC_DENY As Boolean
Dim returnValue As SecurityTemplatesDataSet.CategoryPermissionsRow

returnValue = instance.AddCategoryPermissionsRow(WSEC_TMPL_UID, _
    WSEC_FEA_ACT_UID, WSEC_ALLOW, WSEC_DENY)
public SecurityTemplatesDataSet.CategoryPermissionsRow AddCategoryPermissionsRow(
    Guid WSEC_TMPL_UID,
    Guid WSEC_FEA_ACT_UID,
    bool WSEC_ALLOW,
    bool WSEC_DENY
)

Parameters

Return value

Type: WebSvcSecurity.SecurityTemplatesDataSet.CategoryPermissionsRow

See also

Reference

SecurityTemplatesDataSet.CategoryPermissionsDataTable class

SecurityTemplatesDataSet.CategoryPermissionsDataTable members

AddCategoryPermissionsRow overload

WebSvcSecurity namespace