Autodesk Vault ProfessionalVault API

ChangeOrderEmailTemplate Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A customizable email template for Change Order event email notifications.

Syntax

public class ChangeOrderEmailTemplate 
Public Class ChangeOrderEmailTemplate 

Properties

NameDescription
BodyThe email body template.
COPropDefIdArrayThe ids of Change Order Property Definitions which will be included in email contents.
FilePropDefIdArrayThe ids of controlled Files' Property Definitions which will be included in email contents.
ItemPropDefIdArrayThe ids of controlled Items' Property Definitions which will be included in email contents.
SubjectThe email subject template.

Returned By

Where you get a ChangeOrderEmailTemplate — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.ChangeOrderEmailTemplate

See Also