[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:QPulseWebServices.Contracts.Service.IOccurrence.GetDataFields(System.String,System.String)"]

Namespace: QPulseWebServices.Contracts.Service
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.7610.0

Syntax

C#
DataField[] GetDataFields(
	string databaseName,
	string showArchived
)

Parameters

databaseName
Type: System..::..String

[Missing <param name="databaseName"/> documentation for "M:QPulseWebServices.Contracts.Service.IOccurrence.GetDataFields(System.String,System.String)"]

showArchived
Type: System..::..String

[Missing <param name="showArchived"/> documentation for "M:QPulseWebServices.Contracts.Service.IOccurrence.GetDataFields(System.String,System.String)"]

Return Value

Type: array<DataField>[]()[][]

[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.IOccurrence.GetDataFields(System.String,System.String)"]

See Also