Verint | Telligent Community
Verint | Telligent Community
  • Site
  • User
  • Site
  • Search
  • User
Verint Community 12.x
  • Verint Community
Verint Community 12.x
API Documentation core_v2_wikiOrder 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

core_v2_wikiOrder Property Template


Enables wiki selection and ordering. Represents selections as a querystring of Wiki=GUID&Wiki=GUID&...

Supported Data Types

custom

Scripted Extension Configuration XML

<property id="propertyId" labelResourceName="nameResource" descriptionResourceName="descriptionResource" dataType="custom" template="core_v2_wikiOrder" key="Wiki" width="700" height="300" includeSubGroupsPropertyId="" visibilityPropertyId="" visibilityPropertyValue="" visibilityHideOtherIds="" groupPropertyId="" />

Plugin Configuration C#

var property = new Property
{
	Id = "propertyId",
	LabelResourceName = "nameResource",
	DescriptionResourceName = "descriptionResource",
	DataType = "custom",
	Template = "core_v2_wikiOrder",
	Options = new NameValueCollection
	{
		{ "key", "Wiki" },
		{ "width", "700" },
		{ "height", "300" },
		{ "includeSubGroupsPropertyId", "" },
		{ "visibilityPropertyId", "" },
		{ "visibilityPropertyValue", "" },
		{ "visibilityHideOtherIds", "" },
		{ "groupPropertyId", "" }
	}
};

Options

NameDescriptionDefaultOptions
keyThe name of the key when reading/writing enabled values in querystring format.Wiki
widthThe pixel width of the UI.700
heightThe pixel height of the UI.300
includeSubGroupsPropertyIdThe ID of a property that contains a boolean value identifying if sub-groups' wikis should be included or not.
visibilityPropertyIdThe ID of a property to monitor to control the visibility of this UI. When the value of this property is equal to visibilityPropertyValue, this UI will be shown.
visibilityPropertyValueThe value of the visibilityPropertyId property that causes this UI to be shown.
visibilityHideOtherIdsComma-separated list of property IDs to hide when this UI is shown based on visibilityPropertyId/visibilityPropertyValue configuration.
groupPropertyIdThe ID of a property that is used to select the group for which wikis should be loaded.


  • 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