AquaLogic Interaction Development Kit (IDK) 6.0.0 |
|
SciHiddenElement Constructor
Constructor
public SciHiddenElement(
string
fieldName,
string
value,
TypeStorage storage);
Parameters
-
fieldName
- The name of the field. Should be uppercase as the portal will uppercase all names in the
NamedValue[]
returned by IAdminEditor.Finalize()
.
-
value
- The field value.
-
storage
- The storage type: integer or string.
See Also
SciHiddenElement Class | Plumtree.Remote.Sci Namespace