FileEventViewModel Properties |
The FileEventViewModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | ComponentName |
Component name which fired the event.
|
![]() | Direction |
File or folder path related with the event.
|
![]() | ErrorMenuVisibility |
Indicates whether error details menu point is visible.
|
![]() | ErrorMessage |
Is filled for operations with error. Contains error message.
For successed events it is null.
|
![]() | EventNameText |
User-friendly event name text (with preposition if needed), e.g. "Downloading", "Downloaded to", "Created in", etc.
|
![]() | EventNameVisibility |
Event name visibility
|
![]() | ExceptionStackTrace |
Is filled for operations with exception. Contains exception stack trace.
|
![]() | FileName |
File name related with the event.
|
![]() | FolderDeletedVisible |
Indicates whether non-clickable folder name should be shown.
|
![]() | FolderLinkVisible |
Indicates whether clickable folder name should be shown.
|
![]() | FolderName |
Folder name in which file is located.
|
![]() | History |
Array of history items of the event
|
![]() | InitialPath |
Use for MoveCompleted event - contains path before moving.
|
![]() | IsCompleted |
Is used for Incoming UpdateContent and Populate events. Shows if operation is completed.
For other types of events it is always true.
|
![]() | MainOverlayIcon |
Holds the main overlay icon showing kind of event ("up" for upload, "down" for download, lock/unlock, "plus" for created item).
|
![]() | MainOverlayIconVisibility |
Indicates whether we should show main overlay icon (it is true if icon is defined).
|
![]() | NotificationTime |
Notification time of the event, e.g. Before, After
|
![]() | OperationStatus |
Operation status (e.g. Failed or Conflict)
|
![]() | OperationType |
Operation type(e.g. OperationType.Delete or OperationType.Create)
|
![]() | ParentModel | |
![]() | Path |
File or folder path related with the event.
|
![]() | ProgressPercent |
Progress percent
|
![]() | ProgressText |
Progress text, e.g. 12.5 MB of 25.7 MB.
|
![]() | ProgressVisibility |
Progress visibility
|
![]() | ResolveConflictMenuVisibility |
Indicates whether resolve conflict menu point is visible.
|
![]() | SyncTypeOverlayIcon |
Holds the additional overlay icon showing whether operation is incoming or outgoing.
|
![]() | Thumbnail |
Holds the file thumbnail.
|
![]() | ThumbnailOpacity | |
![]() | Time |
Time of the event.
|
![]() | TimeText |
User-friendly string representing event's time.
|
![]() | TimeVisibility | |
![]() | ViewItemOnlineVisibility |
Indicates whether View Item Online context menu (in history items) is visible
|