DataStorage.Create
Method
Description:
Creates a new DataStorage element and adds it to the document.
Creates a new DataStorage element and adds it to the document.
Parameters
Parameter | Type | Description |
---|---|---|
doc | Document | Document to which the new element should be added. |
Return Value
Type | Description |
---|---|
DataStorage | The newly created DataStorage element. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |