The SnFileDTO type exposes the following members.

Constructors

  Name Description
Public method SnFileDTO()()()()
Constructor.
Public method SnFileDTO(SnFileEntity, Guid, Int32)
File DTO Constructor.
Public method SnFileDTO(String, String, String, String)
File DTO Constructor.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Properties

  Name Description
Public property DateCreated
Date of creation of the file item.
Public property DefaultPrivacyLevelId
Default privacy level id.
Public property Description
File description.
Public property Id
File item unique ID.
Public property IsStandAloneFile
Gets a value indicating whether file is stand alone file or not.
Public property Name
File name.
Public property OwnerDisplayName
Gets or sets the owner display name.
Public property OwnerEmail
Gets or sets owner e-mail.
Public property OwnerUsername
Gets or sets the owner username.
Public property ParentEntityId
Parent entity (note, message, ...) ID
Public property ParentEntityType
Parent entity type
Public property SortOrder
Sort Order.
Public property ThumbnailUrl
Thumbnail Url.
Public property Url
File URL.
Public property UserId
User's ID.

See Also