AssetProperty.IsValidSchemaIdentifier
Method
Description:
Check that schema name is valid
Check that schema name is valid
Parameters
Parameter | Type | Description |
---|---|---|
schemaID | String | The schema name. |
Return Value
Type | Description |
---|---|
Boolean | True if the schema name is valid. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | Cannot check validity for a property not being edited in AppearanceAssetEditScope. |