IncludeObjectDataSources Tag

ClosedDescription

Provides a method for including objects.

ClosedSyntax

<GetFormatProperties IncludeObjectDataSources=Value>...</GetFormatProperties>

ClosedChild Elements

The following child element tags are supported.

Tag

Required/Optional

Description

Format

Required

Loads or activates a specific BarTender document.

ClosedParent Tags

<Command>

ClosedRemarks

<IncludeObjectDataSources> is an optional tag that is used with the <GetFormatProperties> command.

Users can provide a list of objects to include, or a wildcard character (*) to include all objects. The list should be a comma-separated string, for example "Text 1, Text 2"

ClosedExample

This example demonstrates the <IncludeObjectDataSources> tag containing three objects used with the <GetFormatProperties> tag.

<?xml version="1.0" encoding="utf-8"?>

<XMLScript Version="2.0" Trusted="true">

<Command>

<GetFormatProperties IncludeObjectDataSources="Text 2, Text 1, Barcode 1">

<Format>full path\Document1.btw</Format>

</GetFormatProperties>

</Command>

</XMLScript>

ClosedRequirements

BTXML Script version 1.0 (BarTender 8.0 and later versions)