ServicePRO SDK Help

KnowledgeBaseServiceClient..::..BeginGetUDFHtml Method

Namespace:  ServicePRO.Sdk.Windows.Clients
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public IAsyncResult BeginGetUDFHtml(
	clsEnumeration..::..hsmdObject objectType,
	int objectId,
	int objectTypeId,
	stcUserPrivilege userPrivilege,
	string font,
	float fontSize,
	string userSessionKey,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetUDFHtml ( _
	objectType As clsEnumeration..::..hsmdObject, _
	objectId As Integer, _
	objectTypeId As Integer, _
	userPrivilege As stcUserPrivilege, _
	font As String, _
	fontSize As Single, _
	userSessionKey As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

objectType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsmdObject
objectId
Type: Int32
objectTypeId
Type: Int32
userPrivilege
Type: HelpSTAR.PCL.Common..::..stcUserPrivilege
font
Type: String
fontSize
Type: Single
userSessionKey
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object