Table of Contents

Class CommentRepeater

Namespace
InSite.Admin.Assessments.Questions.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

AddCommentLink control.

protected AddButton AddCommentLink

Field Value

AddButton

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

CommonStyle

CommonStyle control.

protected PageHeadContent CommonStyle

Field Value

PageHeadContent

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

AllowEdit

public bool AllowEdit { get; set; }

Property Value

bool

AllowHide

public bool AllowHide { get; set; }

Property Value

bool

ShowAuthor

public bool ShowAuthor { get; set; }

Property Value

bool

Methods

GetRedirectUrl(string, params object[])

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

Parameters

url string
args object[]

Returns

string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs