PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Tests if the supplied string is a resource identifier.
Syntax
Smartsite SXML | Copy Code |
---|---|
boolean locale.isresourceidentifier(string identifier) |
Parameters
Name | Data Type | Description |
---|---|---|
identifier | String | I: Resource identifier to test, null allowed. |
Return Value
Data Type | Description |
---|---|
Boolean | True if supplied string is a resource identifier; otherwise false. |