Methods (ISPAdapter4) - Integration - Update 46 - Help - Hexagon

SmartPlant Integration .NET Help

Language
English
Product
Integration
Search by Category
Help
SmartPlant Foundation / SDx Version
10
Smart P&ID Version
9 (2019)
Smart Engineering Manager Version
10 (2019)

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.