ServicePRO SDK Help

IRequestServices..::..BeginFindFolders Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginFindFolders(
	string userSessionKey,
	int userId,
	bool isTeam,
	string searchText,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginFindFolders ( _
	userSessionKey As String, _
	userId As Integer, _
	isTeam As Boolean, _
	searchText As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
userId
Type: Int32
isTeam
Type: Boolean
searchText
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object