Click or drag to resize

IAdapterDataHelperGetGroupDocument Method

Gets a Group Document

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
IEnumerable<AdapterPrintData> GetGroupDocument(
	long groupId,
	string documentName
)

Parameters

groupId
Type: SystemInt64
groupid
documentName
Type: SystemString
document name

Return Value

Type: IEnumerableAdapterPrintData

[Missing <returns> documentation for "M:PSI.Sox.Adapter.Interfaces.IAdapterDataHelper.GetGroupDocument(System.Int64,System.String)"]

See Also