FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

dePermissions..::..addPermission Method

Adds the permission.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool addPermission(
	string definitionID,
	string assignedTo,
	bool permView,
	bool permDesign,
	bool permRemove,
	ref string permissionID,
	string assignType
)
Public Function addPermission ( _
	definitionID As String, _
	assignedTo As String, _
	permView As Boolean, _
	permDesign As Boolean, _
	permRemove As Boolean, _
	ByRef permissionID As String, _
	assignType As String _
) As Boolean
public:
bool^ addPermission(
	String^ definitionID, 
	String^ assignedTo, 
	bool^ permView, 
	bool^ permDesign, 
	bool^ permRemove, 
	String^% permissionID, 
	String^ assignType
)

Parameters

definitionID
Type: String
The definition identifier.
assignedTo
Type: String
The assigned to.
permView
Type: Boolean
if set to true [perm view].
permDesign
Type: Boolean
if set to true [perm design].
permRemove
Type: Boolean
if set to true [perm remove].
permissionID
Type: String%
permission id
assignType
Type: String
assign Type

Return Value

true if XXXX, false otherwise.