Click or drag to resize

IOBERONServiceGetDocumentClassifications Method

EXALOGIC
Načítanie zoznamu členenia dokumentov. Členenie je stromovej štruktúry, pričom každý účtovný rok má v systéme OBERON samostatné členenie.

Namespace: Exa.OBERON.Services
Assembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 4.6.14.0 (4.6.14.0)
Syntax
ResultValue<List<DocumentClassification>> GetDocumentClassifications(
	int Year
)

Parameters

Year  Int32
Účtovný rok, pre ktorý sa má vrátiť zoznam členení.

Return Value

ResultValueListDocumentClassification
Vráti zoznam tried DocumentClassification.
See Also