Class ImportFromUserFileHelper
Helper class for importing Xbox Live user accounts from files.
Inheritance
System.Object
ImportFromUserFileHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Users
Assembly: Phoenix.Abstractions.Users.dll
Syntax
public static class ImportFromUserFileHelper
Methods
View SourceImportFromUserFile(String)
Method which imports users from the specified file. The file must at least contain the user's e-mail.
Declaration
public static IEnumerable<SerializableUser> ImportFromUserFile(string filePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | Path to the file to import from. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SerializableUser> | A list of imported users. |
Remarks
For Xbox, the expected format is XDP's export file.