IPublishSingleLanguageReportItems

This topic describes the properties and methods of the IPublishSingleLanguageReportItems interface.

Properties

Language

The language in which we are publishing

LanguageDirectory

The directory where files for this language are saved

Example: C:\InfoShare\Data\Publish\Data\2r1yonuwcoe\work\1\en

RootDocumentObjectReportItem

The report item linking to the RootDocumentObject

Methods

Add(IPublishReportItem item)

Add the specified report item to the list
item
IPublishReportItem with the report item that must be added to the list

GetItem

Gets a report item with the given ishRef. If the ishRef refers to an image the preferred resolution is returned.
ishRef
String with the logical identifier of the report item.

GetItem

Gets a report item with the given ishRef in the given resolution.
ishRef
String with the logical identifier of the report item.
resolution
String with the resolution

GetItem

Gets a report item with the given ishRef and the given PublishItemMode.
ishRef
String with the logical identifier of the report item.
publishItemMode
The PublishItemMode.

GetItem

Gets a report item with the given ishRef in the given resolution and the given PublishItemMode
ishRef
String with the logical identifier of the report item.
resolution
String with the resolution
publishItemMode
The PublishItemMode.

TryGetItem

Tries to get a report item with the given ishRef. If the ishRef refers to an image the preferred resolution is returned.
ishRef
String with the logical identifier of the report item.

TryGetItem

Tries to get a report item with the given ishRef and resolution.
ishRef
String with the logical identifier of the report item.
resolution
String with the resolution

TryGetItem

Tries to get a report item with the given ishRef and PublishItemMode.
ishRef
String with the logical identifier of the report item.
publishItemMode
The PublishItemMode.

TryGetItem

Tries to get a report item with the given ishRef in the given resolution and the given PublishItemMode.
ishRef
String with the logical identifier of the report item.
resolution
String with the resolution
publishItemMode
The PublishItemMode.

ListAll

Gets a list with all report items.

List

Gets a list with the report items having a certain PublishItemMode.
publishItemMode
The PublishItemMode for which to get the report items.