| | WebCenter Interaction API | |
| IPTMigrationElement.WriteArray Method (String, String, String[], Object[]) |
Creates a new child node and associates a 1-D array of primitive datatypes as the value.
void WriteArray(
string strArrayName,
string strElementName,
string[] asColumnNames,
object[] oaValues
);
Parameters
-
strArrayName
- - The name of the child node.
-
strElementName
- The name of each element in the array.
-
asColumnNames
- - The names of the columns in the array.
-
oaValues
- The 1-D array of Objects wrapping primitive values (int, String, float, double, or IXPPropertyBag).
See Also
IPTMigrationElement Interface | com.plumtree.server Namespace | IPTMigrationElement.WriteArray Overload List