Table of Contents

Struct SerializableRecentItem

Namespace
The.WPF.Sidebars
Assembly
Instagile.WPF.dll
public struct SerializableRecentItem
Inherited Members

Properties

ID

public Guid ID { readonly get; set; }

Property Value

Guid

IsFavourite

public bool IsFavourite { readonly get; set; }

Property Value

bool

LastTouched

public DateTime LastTouched { readonly get; set; }

Property Value

DateTime

Text

public string Text { readonly get; set; }

Property Value

string

Type

public string Type { readonly get; set; }

Property Value

string