Table of Contents

Class CommentRepeater

Namespace
InSite.Admin.Contacts.Comments.Controls
Assembly
InSite.UI.dll
public class CommentRepeater : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
CommentRepeater
Implements
Inherited Members

Constructors

CommentRepeater()

public CommentRepeater()

Fields

AddCommentButton

AddCommentButton control.

protected AddButton AddCommentButton

Field Value

AddButton

Remarks

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

DownloadXlsxButton

DownloadXlsxButton control.

protected DownloadButton DownloadXlsxButton

Field Value

DownloadButton

Remarks

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

Repeater

Repeater control.

protected Repeater Repeater

Field Value

Repeater

Remarks

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

Properties

Count

public int Count { get; }

Property Value

int

UserIdentifier

protected Guid UserIdentifier { get; set; }

Property Value

Guid

Methods

GetAuthorName(object)

protected string GetAuthorName(object item)

Parameters

item object

Returns

string

GetCommentHtml(object)

protected string GetCommentHtml(object item)

Parameters

item object

Returns

string

GetRedirectUrl(string, params object[])

protected string GetRedirectUrl(string url, params object[] args)

Parameters

url string
args object[]

Returns

string

GetTimestamp(object)

protected string GetTimestamp(object item)

Parameters

item object

Returns

string

LoadData(Guid, Guid)

public bool LoadData(Guid user, Guid organization)

Parameters

user Guid
organization Guid

Returns

bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs