ServicePRO SDK Help

IManageObjectsService..::..BeginGetList Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetList(
	string sessionKey,
	string hsObject,
	string hsField,
	string hsMch,
	string strSearch,
	int LngId,
	bool bForEmail,
	int curUserCompanyId,
	bool curPrivIsRep,
	int curPriv,
	string FilterObjectType,
	int FilterObjectId,
	bool bAllocated,
	bool bWksByUserType,
	string prmObjStatus,
	bool Editable,
	string stColumns,
	string strExtraAndCondition,
	int startRow,
	int endRow,
	string whereClause,
	string orderByClause,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetList ( _
	sessionKey As String, _
	hsObject As String, _
	hsField As String, _
	hsMch As String, _
	strSearch As String, _
	LngId As Integer, _
	bForEmail As Boolean, _
	curUserCompanyId As Integer, _
	curPrivIsRep As Boolean, _
	curPriv As Integer, _
	FilterObjectType As String, _
	FilterObjectId As Integer, _
	bAllocated As Boolean, _
	bWksByUserType As Boolean, _
	prmObjStatus As String, _
	Editable As Boolean, _
	stColumns As String, _
	strExtraAndCondition As String, _
	startRow As Integer, _
	endRow As Integer, _
	whereClause As String, _
	orderByClause As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
hsObject
Type: String
hsField
Type: String
hsMch
Type: String
strSearch
Type: String
LngId
Type: Int32
bForEmail
Type: Boolean
curUserCompanyId
Type: Int32
curPrivIsRep
Type: Boolean
curPriv
Type: Int32
FilterObjectType
Type: String
FilterObjectId
Type: Int32
bAllocated
Type: Boolean
bWksByUserType
Type: Boolean
prmObjStatus
Type: String
Editable
Type: Boolean
stColumns
Type: String
strExtraAndCondition
Type: String
startRow
Type: Int32
endRow
Type: Int32
whereClause
Type: String
orderByClause
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object