Autodesk Vault ProfessionalVault API

Msg Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A posted Message to a Forum.

Syntax

public class Msg 
Public Class Msg 

Properties

NameDescription
CreateDateThe date and time that the message was created.
CreateUserIdThe ID of the user that created the message.
CreateUserNameThe name of the user that created the message.
ForumIdThe ID of the Forum.
IdThe Vault ID for the object.
MsgTxtThe body of the message.
ParMsgIdIf the message is a reply to another message, this is the ID of the parent message. Otherwise the value is -1.
SubjectThe subject of the message.

Returned By

Where you get a Msg — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.Msg

See Also