Table of Contents

Class MessageDetails

Namespace
InSite.Admin.Workflow.Forms.Controls
Assembly
InSite.UI.dll
public class MessageDetails : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
MessageDetails
Implements
Inherited Members

Constructors

MessageDetails()

public MessageDetails()

Fields

AddInvitationButton

AddInvitationButton control.

protected Button AddInvitationButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

AddNotificationButton

AddNotificationButton control.

protected Button AddNotificationButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ChangeMessageButton

ChangeMessageButton control.

protected Button ChangeMessageButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ContentEmpty

ContentEmpty control.

protected Alert ContentEmpty

Field Value

Alert

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EditContentButton

EditContentButton control.

protected Button EditContentButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Field

Field control.

protected HtmlGenericControl Field

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

LabelMessageContent

LabelMessageContent control.

protected Label LabelMessageContent

Field Value

Label

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageContent

MessageContent control.

protected HtmlGenericControl MessageContent

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageContentLink control.

protected IconLink MessageContentLink

Field Value

IconLink

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageLink control.

protected HyperLink MessageLink

Field Value

HyperLink

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageMailoutCount

MessageMailoutCount control.

protected Literal MessageMailoutCount

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageMailoutCountLabel

MessageMailoutCountLabel control.

protected Label MessageMailoutCountLabel

Field Value

Label

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageModified

MessageModified control.

protected Literal MessageModified

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageModifiedLabel

MessageModifiedLabel control.

protected Label MessageModifiedLabel

Field Value

Label

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageRecipients

MessageRecipients control.

protected Literal MessageRecipients

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageRecipientsLabel

MessageRecipientsLabel control.

protected Label MessageRecipientsLabel

Field Value

Label

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageRecipientsLink control.

protected IconLink MessageRecipientsLink

Field Value

IconLink

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageSender

MessageSender control.

protected Literal MessageSender

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageSenderLabel

MessageSenderLabel control.

protected Label MessageSenderLabel

Field Value

Label

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageSenderLink control.

protected IconLink MessageSenderLink

Field Value

IconLink

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageSubject

MessageSubject control.

protected Literal MessageSubject

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageSubjectLabel

MessageSubjectLabel control.

protected Label MessageSubjectLabel

Field Value

Label

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MessageSubjectLink control.

protected IconLink MessageSubjectLink

Field Value

IconLink

Auto-generated field. To modify move field declaration from designer file to code-behind file.

NoInvitationMessage

NoInvitationMessage control.

protected Alert NoInvitationMessage

Field Value

Alert

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Methods

GetSurveyFormAsset(Guid?)

public static int? GetSurveyFormAsset(Guid? id)

Parameters

id Guid?

Returns

int?

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

SetInputValues(VMessage, bool, Guid, bool, bool, SurveyMessageType)

public void SetInputValues(VMessage message, bool isInvitation, Guid surveyFormIdentifier, bool canEdit, bool isNotification = false, SurveyMessageType surveyType = SurveyMessageType.Undefined)

Parameters

message VMessage
isInvitation bool
surveyFormIdentifier Guid
canEdit bool
isNotification bool
surveyType SurveyMessageType