FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

dePermissions..::..updatePermission Method

Updates the permission.

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

Syntax


public bool updatePermission(
	string permissionID,
	bool permView,
	bool permDesign,
	bool permRemove
)
Public Function updatePermission ( _
	permissionID As String, _
	permView As Boolean, _
	permDesign As Boolean, _
	permRemove As Boolean _
) As Boolean
public:
bool^ updatePermission(
	String^ permissionID, 
	bool^ permView, 
	bool^ permDesign, 
	bool^ permRemove
)

Parameters

permissionID
Type: String
The permission identifier.
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].

Return Value

true if XXXX, false otherwise.