Click or drag to resize

FileVersion Class

Class represents version of file
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelFileVersion

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class FileVersion : IObjectWithId, 
	IObjectWithGuid, ICloneable

The FileVersion type exposes the following members.

Constructors
  NameDescription
Public methodFileVersion
File version
Top
Properties
  NameDescription
Public propertyCreatedBy
Created by property
Public propertyCreateTime
Date and time for creation of the file version.
Public propertyCurrent
If true, the file version is the current (newest) version.
Public propertyExtension
File extension property
Public propertyFileName
The file name of the file version including the extension.
Public propertyId
Id property
Public propertyModified
The last modified time for the file
Public propertyOwner
Owner property
Public propertySize
Size of the file (file version) in bytes.
Public propertyUId
UId property
Public propertyVersion
Version property
Top
Methods
  NameDescription
Public methodClone
Public methodStatic memberFileSizeToString
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also