DataSourcesCollection Item Property (String)
Return the DataSourceElement associated with Name

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

public DataSourceElement this[
	string Name
] { get; }

Parameters

Name
Type: OnlineSystem String
the string value associated with the returned object

Return Value

Type: DataSourceElement
the DataSourceElement associated with Name
See Also