I have a Document Type that has tabs for region (Americas, APAC, EMEA).
Each tab has the same type of content (1 Rich Text Editor, each labeled "Content," alias is americasContent, apacContent, emeaContent).
A user may choose his region on a separate page, and the setting is saved as a cookie ("region")
My question is, can I access a property by tab name and label? I'd like to avoid creating a lengthy case statement to access via propertyAlias by simply having the cookied region name and label ("Content") access the content I need. Is this possible?
Does the XmlPublishedProperty carry along it's tab name and label? Could I iterate through the CurrentPage's properties possibly? Help!
Document Properties, Alias and Label
Alright, so here's the situation:
My question is, can I access a property by tab name and label? I'd like to avoid creating a lengthy case statement to access via propertyAlias by simply having the cookied region name and label ("Content") access the content I need. Is this possible?
Does the XmlPublishedProperty carry along it's tab name and label? Could I iterate through the CurrentPage's properties possibly? Help!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.