Method FindResourcesOfType
FindResourcesOfType(ResRefType, bool)
Gets all resource names for the specified type.
public IEnumerable<string> FindResourcesOfType(ResRefType type, bool moduleOnly = true)
Parameters
typeResRefTypeA resource type.
moduleOnlyboolIf true, only bundled module resources will be returned.
Returns
- IEnumerable<string>
Any matching ResRef names, otherwise an empty enumeration.