Verint | Telligent Community
Verint | Telligent Community
  • Site
  • User
  • Site
  • Search
  • User
Verint Community 12.x
  • Verint Community
Verint Community 12.x
API Documentation articles_v1_articleCollectionLookup Property Template
  • User Documentation
  • Ask the Community
  • API Documentation
  • Manager Training
  • Developer Training
  • Tags
  • More
  • Cancel
  • New
  • API Documentation
  • +In-Process API Documentation
  • +Plugin API Documentation
  • +REST API Documentation
  • -Widget, Theme, and Automation APIs
    • +Automation Events
    • +Client-side APIs
    • -Dynamic Configuration
      • +Property Rules
      • -Property Templates
        • articles_v1_articleCollectionLookup Property Template
        • articles_v1_articleCollectionOrder Property Template
        • articles_v1_articleLookup Property Template
        • articles_v1_articleOrder Property Template
        • articles_v1_articleTypesList Property Template
        • articles_v1_categoryLookup Property Template
        • bool Property Template
        • calendar_v1_calendarLookup Property Template
        • calendar_v1_calendarOrder Property Template
        • color Property Template
        • core_v2_activityStoryFilter Property Template
        • core_v2_applicationLookup Property Template
        • core_v2_applicationTypeList Property Template
        • core_v2_blogLookup Property Template
        • core_v2_blogOrder Property Template
        • core_v2_contentTypeList Property Template
        • core_v2_customTokenizedHtml Property Template
        • core_v2_customTokenizedString Property Template
        • core_v2_emailAddress Property Template
        • core_v2_forumLookup Property Template
        • core_v2_forumOrder Property Template
        • core_v2_galleryLookup Property Template
        • core_v2_galleryOrder Property Template
        • core_v2_groupCustomNavigation Property Template
        • core_v2_groupLookup Property Template
        • core_v2_groupOrder Property Template
        • core_v2_intRange Property Template
        • core_v2_leaderboardLookup Property Template
        • core_v2_leaderboardOrder Property Template
        • core_v2_multipleSelection Property Template
        • core_v2_roleLookup Property Template
        • core_v2_siteCustomNavigation Property Template
        • core_v2_sortableList Property Template
        • core_v2_tagLookup Property Template
        • core_v2_tokenizedString Property Template
        • core_v2_userCustomNavigation Property Template
        • core_v2_userLookup Property Template
        • core_v2_userProfileFieldOrder Property Template
        • core_v2_userProfileFields Property Template
        • core_v2_userProfileGroupLookup Property Template
        • core_v2_userProfileGroupOrder Property Template
        • core_v2_userProfileSearch Property Template
        • core_v2_wikiLookup Property Template
        • core_v2_wikiOrder Property Template
        • custom Property Template
        • date Property Template
        • datetime Property Template
        • double Property Template
        • guid Property Template
        • html Property Template
        • int Property Template
        • select Property Template
        • string Property Template
        • telligentIdeas_v1_challengeLookup Property Template
        • telligentIdeas_v1_challengeOrder Property Template
        • themepalette Property Template
        • time Property Template
        • unit Property Template
        • url Property Template
        • urllist Property Template
    • +LESS Functions
    • +Script API Types
    • +Script APIs

articles_v1_articleCollectionLookup Property Template


Enables articlecollection or group selection using type-ahead search. Represents selections as a querystring: when groups are selected the format is Group=ID&IncludeSubGroups=True, when articlecollections are selected the format is ArticleCollection=ID.

Supported Data Types

custom

Scripted Extension Configuration XML

<property id="propertyId" labelResourceName="nameResource" descriptionResourceName="descriptionResource" dataType="custom" template="articles_v1_articleCollectionLookup" enableCurrentArticleCollection="true" maxArticleCollectionSelections="1" maxGroupSelections="1" enableGroupSelection="true" enableCurrentGroup="false" parentGroupId="" format="query" />

Plugin Configuration C#

var property = new Property
{
	Id = "propertyId",
	LabelResourceName = "nameResource",
	DescriptionResourceName = "descriptionResource",
	DataType = "custom",
	Template = "articles_v1_articleCollectionLookup",
	Options = new NameValueCollection
	{
		{ "enableCurrentArticleCollection", "true" },
		{ "maxArticleCollectionSelections", "1" },
		{ "maxGroupSelections", "1" },
		{ "enableGroupSelection", "true" },
		{ "enableCurrentGroup", "false" },
		{ "parentGroupId", "" },
		{ "format", "query" }
	}
};

Options

NameDescriptionDefaultOptions
enableCurrentArticleCollectionWhen true, enables current articlecollection selection (represented with an ID of 00000000-0000-0000-0000-000000000000).truetrue, false
maxArticleCollectionSelectionsThe number of articlecollections that can be selected.1
maxGroupSelectionsThe number of groups that can be selected.1
enableGroupSelectionWhen enabled, groups can be selected. Group selections will be in the format Group=ID where ID is the integer ID of the group.true
enableCurrentGroupWhen true, enables current group selection (represented with an ID of -1).false
parentGroupIdWhen set to a group's integer identifier, only articlecollections and groups in the specified group can be selected.
formatWhen set to 'query', all selected groups/ articlecollections will be represented with their own query keys. When set to 'csv', all selected groups/articlecollections are comma-separated in a shared query key.queryquery, csv


  • Share
  • History
  • More
  • Cancel
Related
Recommended
  • Telligent
  • Professional Services
  • Submit a Support Ticket
  • Become a Partner
  • Request a Demo
  • Contact Us

About
Privacy Policy
Terms of use
Copyright 2024 Verint, Inc.
Powered by Verint Community