Table of Contents

Class OrganizationTags

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

Constructors

OrganizationTags()

public OrganizationTags()

Fields

TagCollectionRepeater

TagCollectionRepeater control.

protected Repeater TagCollectionRepeater

Field Value

Repeater

Remarks

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

Methods

GetTagText()

protected string GetTagText()

Returns

string

LoadData(OrganizationState, List<Tuple<string, List<string>>>)

public bool LoadData(OrganizationState organization, List<Tuple<string, List<string>>> tags)

Parameters

organization OrganizationState
tags List<Tuple<string, List<string>>>

Returns

bool

SaveData()

public List<Tuple<string, List<string>>> SaveData()

Returns

List<Tuple<string, List<string>>>