Constructor
NamedValue[]
returned by IAdminEditor.Finalize()
. Note:Values retrieved from the portal using IDocFetchProvider.Initialize(DataSourceInfo dsInfo)
will be decoded in the process. To prevent "+" from being decoded into a space and "%" from having indeterminate behavior, make sure that all values entered into the data source using SCI pages are encoded using Plumtree.Remote.Util.CSPCodec. Likewise, all values that have been encoded in the SCI data source pages should be decoded when displayed with SCI using Plumtree.Remote.Util.CSPCodec. This is not an issue when not using DocFetch.
SciTextElement Class | Plumtree.Remote.Sci Namespace | CSPCodec