Click or drag to resize

StudioServiceSearchObjects Method

Namespace:  PDTec.IceNet.Domain.Development.Service
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void SearchObjects(
	string folderId,
	QueryInfo sQueryInfo,
	int maxResults,
	out ObjectInfoEx[] aSearchResult
)

Parameters

folderId
Type: SystemString
sQueryInfo
Type: PDTec.IceNet.Domain.Development.ServiceQueryInfo
maxResults
Type: SystemInt32
aSearchResult
Type: PDTec.IceNet.Domain.Development.ServiceObjectInfoEx
See Also