AssetPropertyList.IsValidValue
Method
Description:
Check that value is valid.
Check that value is valid.
Parameters
Parameter | Type | Description |
---|---|---|
value | IList | The array of properties to validate. |
Return Value
Type | Description |
---|---|
Boolean | Returns true if the array of properties is valid, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | Cannot check validity for a property not being edited in AppearanceAssetEditScope. |