ServicePRO SDK Help

RequestServicesClient..::..BeginGetFolderAssignments Method

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

Syntax


public IAsyncResult BeginGetFolderAssignments(
	string userSessionKey,
	int folderId,
	bool hasPassDirect,
	clsEnumeration..::..AssignmentType assignmentType,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetFolderAssignments ( _
	userSessionKey As String, _
	folderId As Integer, _
	hasPassDirect As Boolean, _
	assignmentType As clsEnumeration..::..AssignmentType, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
folderId
Type: Int32
hasPassDirect
Type: Boolean
assignmentType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..AssignmentType
callback
Type: AsyncCallback
asyncState
Type: Object