Methods (ISPAdapter4) - HxGN SDx - Update 64 - Customization & Programming - Hexagon

HxGN SDx Programming Guide

ft:locale
en-US
Product
HxGN SDx
Search by Category
Customization & Programming

ToolBatchPublish

Description

This method has two input arguments: oDocList and oDocMetaData. oDocList is a container object with documents selected for publish. oDocMetaData is a container object with document version objects and issue (contract) associations to document objects. The tool should implement this method to save the contents of these two containers for later publish processing by calling ISPCLCommonUIApplicationNoUI interface.

Arguments

Name

Data type

Input/output

Description

oDocList

IContainer

Input

Container object with document objects.

oDocMetaData

IContainer

Input

Container with document version objects and associations to issue (contract) objects.

Return Value

None.

Comments

If the method fails, the tool will raise an error.