Plumtree EDK (Enterprise Web Development Kit) 5.4.0 |
|
SciTreeElement Constructor
Valued Constructor
public SciTreeElement(
ITreeIterator treeIterator,
string
formName,
string
formValue,
string
repostLocation,
string
repostRoot,
string
rootDisplayName,
bool
chooseRoot,
string
rootImage,
string
emptyMessage,
string
noSelectionMessage,
int
columns);
Parameters
-
treeIterator
- tree iterator to iterate through the directory
-
formName
- name of the field. The formName should be uppercase as the portal will uppercase all names in the NamedValue[] returned by IAdminEditor.Finalize().
-
formValue
- default value for the field
-
repostLocation
- location to repost to (e.g., a subfolder)
-
repostRoot
- programmatic name of root location
-
rootDisplayName
- display name of the root location
-
chooseRoot
- whether or not the root is selectable
-
rootImage
- image to display for the root
-
emptyMessage
- JavaScript message to display when there are no
XmlNode
s
-
noSelectionMessage
- message to display when nothing is selected
-
columns
- number of columns to display
See Also
SciTreeElement Class | Plumtree.Remote.Sci Namespace