Click or drag to resize
RessourceFileWrapperGetMultiple Method (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#
public IEnumerable<RessourceFile> GetMultiple(
	params string[] ids
)

Parameters

ids
Type: SystemString
The file identifier.

Return Value

Type: IEnumerableRessourceFile
RessourceFiles that matches the id.
See Also