UserDataPaths
UserDataPaths
UserDataPaths
UserDataPaths
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
public : sealed class UserDataPaths : IUserDataPathspublic sealed class UserDataPaths : IUserDataPathsPublic NotInheritable Class UserDataPaths Implements IUserDataPaths// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Properties
CameraRoll CameraRoll CameraRoll CameraRoll
Prerelease.
public : PlatForm::String CameraRoll { get; }public string CameraRoll { get; }Public ReadOnly Property CameraRoll As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Cookies Cookies Cookies Cookies
Prerelease.
public : PlatForm::String Cookies { get; }public string Cookies { get; }Public ReadOnly Property Cookies As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Desktop Desktop Desktop Desktop
Prerelease.
public : PlatForm::String Desktop { get; }public string Desktop { get; }Public ReadOnly Property Desktop As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Documents Documents Documents Documents
Prerelease.
public : PlatForm::String Documents { get; }public string Documents { get; }Public ReadOnly Property Documents As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Downloads Downloads Downloads Downloads
Prerelease.
public : PlatForm::String Downloads { get; }public string Downloads { get; }Public ReadOnly Property Downloads As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Favorites Favorites Favorites Favorites
Prerelease.
public : PlatForm::String Favorites { get; }public string Favorites { get; }Public ReadOnly Property Favorites As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
History History History History
Prerelease.
public : PlatForm::String History { get; }public string History { get; }Public ReadOnly Property History As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
InternetCache InternetCache InternetCache InternetCache
Prerelease.
public : PlatForm::String InternetCache { get; }public string InternetCache { get; }Public ReadOnly Property InternetCache As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
LocalAppData LocalAppData LocalAppData LocalAppData
Prerelease.
public : PlatForm::String LocalAppData { get; }public string LocalAppData { get; }Public ReadOnly Property LocalAppData As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
LocalAppDataLow LocalAppDataLow LocalAppDataLow LocalAppDataLow
Prerelease.
public : PlatForm::String LocalAppDataLow { get; }public string LocalAppDataLow { get; }Public ReadOnly Property LocalAppDataLow As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Music Music Music Music
Prerelease.
public : PlatForm::String Music { get; }public string Music { get; }Public ReadOnly Property Music As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Pictures Pictures Pictures Pictures
Prerelease.
public : PlatForm::String Pictures { get; }public string Pictures { get; }Public ReadOnly Property Pictures As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Profile Profile Profile Profile
Prerelease.
public : PlatForm::String Profile { get; }public string Profile { get; }Public ReadOnly Property Profile As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Recent Recent Recent Recent
Prerelease.
public : PlatForm::String Recent { get; }public string Recent { get; }Public ReadOnly Property Recent As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
RoamingAppData RoamingAppData RoamingAppData RoamingAppData
Prerelease.
public : PlatForm::String RoamingAppData { get; }public string RoamingAppData { get; }Public ReadOnly Property RoamingAppData As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
SavedPictures SavedPictures SavedPictures SavedPictures
Prerelease.
public : PlatForm::String SavedPictures { get; }public string SavedPictures { get; }Public ReadOnly Property SavedPictures As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Screenshots Screenshots Screenshots Screenshots
Prerelease.
public : PlatForm::String Screenshots { get; }public string Screenshots { get; }Public ReadOnly Property Screenshots As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Templates Templates Templates Templates
Prerelease.
public : PlatForm::String Templates { get; }public string Templates { get; }Public ReadOnly Property Templates As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Methods
GetDefault() GetDefault() GetDefault() GetDefault()
Prerelease.
public : static UserDataPaths GetDefault()public static UserDataPaths GetDefault()Public Static Function GetDefault() As UserDataPaths// You can use this method in JavaScript.
Returns
GetForUser(User) GetForUser(User) GetForUser(User) GetForUser(User)
Prerelease.
public : static UserDataPaths GetForUser(User user)public static UserDataPaths GetForUser(User user)Public Static Function GetForUser(user As User) As UserDataPaths// You can use this method in JavaScript.
Parameters
Returns