ResourceAuthorizationDataSet.CategoryPermissionsDataTable.FindByWSEC_CAT_UIDWSEC_FEA_ACT_UIDRES_UID Method

Retrieves a CategoryPermissionsRow object by using the category GUID, the resource GUID, and the active feature GUID.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

Syntax

'Declaration
Public Function FindByWSEC_CAT_UIDWSEC_FEA_ACT_UIDRES_UID ( _
    WSEC_CAT_UID As Guid, _
    WSEC_FEA_ACT_UID As Guid, _
    RES_UID As Guid _
) As ResourceAuthorizationDataSet.CategoryPermissionsRow
'Usage
Dim instance As ResourceAuthorizationDataSet.CategoryPermissionsDataTable
Dim WSEC_CAT_UID As Guid
Dim WSEC_FEA_ACT_UID As Guid
Dim RES_UID As Guid
Dim returnValue As ResourceAuthorizationDataSet.CategoryPermissionsRow

returnValue = instance.FindByWSEC_CAT_UIDWSEC_FEA_ACT_UIDRES_UID(WSEC_CAT_UID, _
    WSEC_FEA_ACT_UID, RES_UID)
public ResourceAuthorizationDataSet.CategoryPermissionsRow FindByWSEC_CAT_UIDWSEC_FEA_ACT_UIDRES_UID(
    Guid WSEC_CAT_UID,
    Guid WSEC_FEA_ACT_UID,
    Guid RES_UID
)

Parameters

  • WSEC_CAT_UID
    Type: System.Guid
    Contains the GUID of the Web security permissions category.
  • WSEC_FEA_ACT_UID
    Type: System.Guid
    Contains the GUID of the active feature that is managed by Web security.
  • RES_UID
    Type: System.Guid
    Contains the resource GUID.

Return Value

Type: [Resource Web service].ResourceAuthorizationDataSet.CategoryPermissionsRow

See Also

Reference

ResourceAuthorizationDataSet.CategoryPermissionsDataTable Class

ResourceAuthorizationDataSet.CategoryPermissionsDataTable Members

Resource Web Service