getResourceName static method
- String name
Get the ResourceName for this Board with the given name
For more information, see Board component.
Implementation
static common.ResourceName getResourceName(String name) {
return Board.subtype.getResourceName(name);
}