SecurityTemplatesDataSet.CategoryPermissionsDataTable.FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID method
Gets the CategoryPermissionsRow object specified by the security action and template.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID ( _
WSEC_FEA_ACT_UID As Guid, _
WSEC_TMPL_UID As Guid _
) As SecurityTemplatesDataSet.CategoryPermissionsRow
'Usage
Dim instance As SecurityTemplatesDataSet.CategoryPermissionsDataTable
Dim WSEC_FEA_ACT_UID As Guid
Dim WSEC_TMPL_UID As Guid
Dim returnValue As SecurityTemplatesDataSet.CategoryPermissionsRow
returnValue = instance.FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID(WSEC_FEA_ACT_UID, _
WSEC_TMPL_UID)
public SecurityTemplatesDataSet.CategoryPermissionsRow FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID(
Guid WSEC_FEA_ACT_UID,
Guid WSEC_TMPL_UID
)
Parameters
WSEC_FEA_ACT_UID
Type: System.GuidContains the web security feature action GUID.
WSEC_TMPL_UID
Type: System.GuidContains the web security template GUID.
Return value
Type: WebSvcSecurity.SecurityTemplatesDataSet.CategoryPermissionsRow
See also
Reference
SecurityTemplatesDataSet.CategoryPermissionsDataTable class
SecurityTemplatesDataSet.CategoryPermissionsDataTable members