Share via


PermissionDataSet.ActionsDataTable.AddActionsRow method (Guid, String, PermissionDataSet.FeaturesRow)

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 AddActionsRow ( _
    WSEC_FEA_ACT_UID As Guid, _
    WSEC_FEA_ACT_NAME As String, _
    parentFeaturesRowByFeatures_Actions As PermissionDataSet.FeaturesRow _
) As PermissionDataSet.ActionsRow
'Usage
Dim instance As PermissionDataSet.ActionsDataTable
Dim WSEC_FEA_ACT_UID As Guid
Dim WSEC_FEA_ACT_NAME As String
Dim parentFeaturesRowByFeatures_Actions As PermissionDataSet.FeaturesRow
Dim returnValue As PermissionDataSet.ActionsRow

returnValue = instance.AddActionsRow(WSEC_FEA_ACT_UID, _
    WSEC_FEA_ACT_NAME, parentFeaturesRowByFeatures_Actions)
public PermissionDataSet.ActionsRow AddActionsRow(
    Guid WSEC_FEA_ACT_UID,
    string WSEC_FEA_ACT_NAME,
    PermissionDataSet.FeaturesRow parentFeaturesRowByFeatures_Actions
)

Parameters

Return value

Type: WebSvcSecurity.PermissionDataSet.ActionsRow

See also

Reference

PermissionDataSet.ActionsDataTable class

PermissionDataSet.ActionsDataTable members

AddActionsRow overload

WebSvcSecurity namespace