Document.GetTypeOfStorage
Method
Description:
Get the storage type of the identified built-in parameter.
Get the storage type of the identified built-in parameter.
Parameters
| Parameter | Type | Description |
|---|---|---|
| parameterTypeId | ForgeTypeId | Identifier of the built-in parameter. |
Return Value
| Type | Description |
|---|---|
| StorageType | Storage type of the built-in parameter. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | parameterTypeId does not identify a built-in parameter. See Parameter.IsBuiltInParameter(ForgeTypeId) and Parameter.GetParameterTypeId(BuiltInParameter). |
| ArgumentNullException | A non-optional argument was NULL |