RessourceFileWrapperGet Method |
View Project on GitHub
Returns a single RessourceFile that matches the id.
Namespace: GW2CSharp.V2.Unauthenticated.FilesAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic RessourceFile Get(
string id
)
Parameters
- id
- Type: SystemString
The file identifier.
Return Value
Type:
RessourceFileRessourceFile that matches the id.
See Also