Click or drag to resize

FileEventViewModel Properties

IT Hit User File System

The FileEventViewModel type exposes the following members.

Properties
  NameDescription
Public propertyComponentName
Component name which fired the event.
Public propertyDirection
File or folder path related with the event.
Public propertyErrorMenuVisibility
Indicates whether error details menu point is visible.
Public propertyErrorMessage
Is filled for operations with error. Contains error message. For successed events it is null.
Public propertyEventNameText
User-friendly event name text (with preposition if needed), e.g. "Downloading", "Downloaded to", "Created in", etc.
Public propertyEventNameVisibility
Event name visibility
Public propertyExceptionStackTrace
Is filled for operations with exception. Contains exception stack trace.
Public propertyFileName
File name related with the event.
Public propertyFolderDeletedVisible
Indicates whether non-clickable folder name should be shown.
Public propertyFolderLinkVisible
Indicates whether clickable folder name should be shown.
Public propertyFolderName
Folder name in which file is located.
Public propertyHistory
Array of history items of the event
Public propertyInitialPath
Use for MoveCompleted event - contains path before moving.
Public propertyIsCompleted
Is used for Incoming UpdateContent and Populate events. Shows if operation is completed. For other types of events it is always true.
Public propertyMainOverlayIcon
Holds the main overlay icon showing kind of event ("up" for upload, "down" for download, lock/unlock, "plus" for created item).
Public propertyMainOverlayIconVisibility
Indicates whether we should show main overlay icon (it is true if icon is defined).
Public propertyNotificationTime
Notification time of the event, e.g. Before, After
Public propertyOperationStatus
Operation status (e.g. Failed or Conflict)
Public propertyOperationType
Operation type(e.g. OperationType.Delete or OperationType.Create)
Public propertyParentModel
Public propertyPath
File or folder path related with the event.
Public propertyProgressPercent
Progress percent
Public propertyProgressText
Progress text, e.g. 12.5 MB of 25.7 MB.
Public propertyProgressVisibility
Progress visibility
Public propertyResolveConflictMenuVisibility
Indicates whether resolve conflict menu point is visible.
Public propertySyncTypeOverlayIcon
Holds the additional overlay icon showing whether operation is incoming or outgoing.
Public propertyThumbnail
Holds the file thumbnail.
Public propertyThumbnailOpacity
Public propertyTime
Time of the event.
Public propertyTimeText
User-friendly string representing event's time.
Public propertyTimeVisibility
Public propertyViewItemOnlineVisibility
Indicates whether View Item Online context menu (in history items) is visible
Top
See Also