Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Files
RessourceFileWrapper Class
RessourceFileWrapper Methods
GetMultiple Method
GetMultiple Method (IEnumerable(String))
GetMultiple Method (String[])
RessourceFileWrapper
GetMultiple Method (IEnumerable
String
)
View Project on GitHub
Returns all RessourceFiles that matches the id.
Namespace:
GW2CSharp.V2.Unauthenticated.Files
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
IEnumerable
<
RessourceFile
>
GetMultiple
(
IEnumerable
<
string
>
ids
)
Parameters
ids
Type:
System.Collections.Generic
IEnumerable
String
The file identifiers.
Return Value
Type:
IEnumerable
RessourceFile
RessourceFiles that matches the id.
See Also
Reference
RessourceFileWrapper Class
GetMultiple Overload
GW2CSharp.V2.Unauthenticated.Files Namespace