FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..removeFavoriteInstancesForUser Method

Removes the favorite instances for user.

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

Syntax


public bool removeFavoriteInstancesForUser(
	string userID
)
Public Function removeFavoriteInstancesForUser ( _
	userID As String _
) As Boolean
public:
bool^ removeFavoriteInstancesForUser(
	String^ userID
)

Parameters

userID
Type: String
The user identifier.

Return Value

true if XXXX, false otherwise.