Microsoft Producer for PowerPoint 2003 SDK banner art
PreviousNext

actions

The actions element contains a list of one or more action elements that describe Producer actions, such as building or saving. If this element is not included, the project will be built by default.

The actions element takes no attributes.

Syntax

<actions>
</actions>

Example Code

<actions>

    <action command="logging">

        <param>c:\temp\logtest.txt</param>

    </action>

    <action command="build"/>

    <action command="publish"/>

    <action command="save">

        <param>C:\myproducerfile.MSProducer</param>

    </action>

    <action command="pack">

        <param>C:\packaged producer file</param>

        <param>20</param>

    </action>

</actions>

Parent/Child Elements

Hierarchy Elements
Parent producer
Child

See Also

PreviousNext


© 2001-2003 Microsoft Corporation. All rights reserved.