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: [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 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
- WSEC_FEA_ACT_UID
Type: System.Guid
- WSEC_FEA_ACT_NAME
Type: System.String
- parentFeaturesRowByFeatures_Actions
Type: [Security Web service].PermissionDataSet.FeaturesRow
Return Value
Type: [Security Web service].PermissionDataSet.ActionsRow
See Also
Reference
PermissionDataSet.ActionsDataTable Class