SecurityGroupsDataSet.CategoryPermissionsDataTable.AddCategoryPermissionsRow Method (Guid, Guid, Guid, Boolean, Boolean)
This member is reserved for internal use and is not intended to be used directly from your code.
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
Public Function AddCategoryPermissionsRow ( _
WSEC_GRP_UID As Guid, _
WSEC_CAT_UID As Guid, _
WSEC_FEA_ACT_UID As Guid, _
WSEC_ALLOW As Boolean, _
WSEC_DENY As Boolean _
) As SecurityGroupsDataSet.CategoryPermissionsRow
'Usage
Dim instance As SecurityGroupsDataSet.CategoryPermissionsDataTable
Dim WSEC_GRP_UID As Guid
Dim WSEC_CAT_UID As Guid
Dim WSEC_FEA_ACT_UID As Guid
Dim WSEC_ALLOW As Boolean
Dim WSEC_DENY As Boolean
Dim returnValue As SecurityGroupsDataSet.CategoryPermissionsRow
returnValue = instance.AddCategoryPermissionsRow(WSEC_GRP_UID, _
WSEC_CAT_UID, WSEC_FEA_ACT_UID, _
WSEC_ALLOW, WSEC_DENY)
public SecurityGroupsDataSet.CategoryPermissionsRow AddCategoryPermissionsRow(
Guid WSEC_GRP_UID,
Guid WSEC_CAT_UID,
Guid WSEC_FEA_ACT_UID,
bool WSEC_ALLOW,
bool WSEC_DENY
)
Parameters
- WSEC_GRP_UID
Type: System.Guid
- WSEC_CAT_UID
Type: System.Guid
- WSEC_FEA_ACT_UID
Type: System.Guid
- WSEC_ALLOW
Type: System.Boolean
- WSEC_DENY
Type: System.Boolean
Return Value
Type: [Security Web service].SecurityGroupsDataSet.CategoryPermissionsRow
See Also
Reference
SecurityGroupsDataSet.CategoryPermissionsDataTable Class
SecurityGroupsDataSet.CategoryPermissionsDataTable Members