Click or drag to resize

PFHeaderHubChangeUserContext Method

Changes the user context.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string ChangeUserContext(
	string value
)

Parameters

value
Type: SystemString
The new filter : "NoFilter" to disable the context filtering, "G"+GROUPID to set the filter to a reference group id, APPCONTEXTID to set the filter to an application context.

Return Value

Type: String
Returns "ok" if the operation succeeds.
Exceptions
ExceptionCondition
ObjectNotFoundExceptionGroup + value + not found.
FormatExceptionValue is in a incorrect format! + value
See Also