Class TermsSelector
Inheritance
TermsSelector
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls.Internal
Assembly: DotNetNuke.Web.dll
Syntax
public class TermsSelector : DnnComboBox, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IEditableTextControl, ITextControl, IPostBackDataHandler
Constructors
TermsSelector()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IApplicationStatusInfo. Scheduled removal in v12.0.0.")]
public TermsSelector()
TermsSelector(IApplicationStatusInfo, IEventLogger, IClientResourceController)
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Please use overload with IContentController. Scheduled removal in v12.0.0.")]
public TermsSelector(IApplicationStatusInfo appStatus, IEventLogger eventLogger, IClientResourceController clientResourceController)
Parameters
| Type | Name | Description |
|---|---|---|
| IApplicationStatusInfo | appStatus | |
| IEventLogger | eventLogger | |
| IClientResourceController | clientResourceController |
TermsSelector(IApplicationStatusInfo, IEventLogger, IClientResourceController, ITermController)
Declaration
public TermsSelector(IApplicationStatusInfo appStatus, IEventLogger eventLogger, IClientResourceController clientResourceController, ITermController termController)
Parameters
| Type | Name | Description |
|---|---|---|
| IApplicationStatusInfo | appStatus | |
| IEventLogger | eventLogger | |
| IClientResourceController | clientResourceController | |
| ITermController | termController |
Properties
IncludeSystemVocabularies
Declaration
public bool IncludeSystemVocabularies { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IncludeTags
Declaration
public bool IncludeTags { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
MultipleSelect
Declaration
public override bool MultipleSelect { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
PortalId
Declaration
public int PortalId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Terms
Declaration
public List<Term> Terms { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Term> |
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |