DataSourcesCollection IndexOf Method
Returns the index of dataServiceElement

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int IndexOf(
	DataSourceElement dataServiceElement
)

Parameters

dataServiceElement
Type: HotDocs.Sdk DataSourceElement
the DataSourceElement for which the returned index will be returned

Return Value

Type: OnlineInt32
the index of dataServiceElement
See Also