Show / Hide Table of Contents

Class CreateDocumentFromTemplateRequest

Message sent when requesting document content

Inheritance
object
PlatinaMessageBase
CustomRequestMessageBase
CreateDocumentFromTemplateRequest
Inherited Members
CustomRequestMessageBase.CustomParameters
PlatinaMessageBase.UserName
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.MessageContracts.DocumentManagement
Syntax
[MessageContract]
public class CreateDocumentFromTemplateRequest : CustomRequestMessageBase

Properties

CaseID

The unique identifier of the object.

Declaration
[MessageBodyMember]
public int CaseID { get; set; }
Property Value
Type Description
int

[required] The unique identifier of the object.

DocumentDescription

Document description

Declaration
[MessageBodyMember]
public string DocumentDescription { get; set; }
Property Value
Type Description
string

DocumentTemplateID

The unique identifier of the object.

Declaration
[MessageBodyMember]
public int DocumentTemplateID { get; set; }
Property Value
Type Description
int

[required] The unique identifier of the object.

DocumentTitle

Document title

Declaration
[MessageBodyMember]
public string DocumentTitle { get; set; }
Property Value
Type Description
string

[required] The title of the object.

Methods

IsValid()

Check if message request is valid.

Declaration
public override IsValidResult IsValid()
Returns
Type Description
IsValidResult

IsValidResult containing an error message if invalid.

Overrides
PlatinaMessageBase.IsValid()
Back to top Created by Formpipe