Click or drag to resize

RemoteInvokeHelperInvoke Method (Object, NameValueCollection, Type)

Invokes a command.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static string Invoke(
	Object theObj,
	NameValueCollection clientParams,
	Type attributeType
)

Parameters

theObj
Type: SystemObject
clientParams
Type: System.Collections.SpecializedNameValueCollection
attributeType
Type: SystemType

Return Value

Type: String
See Also