public class DataFile : IComparable
Public Class DataFile
Implements IComparable
public ref class DataFile : IComparable
type DataFile =
class
interface IComparable
end
DataFile | Data File information class. |
FileName | Full path to the file. |
Guid | Gets or sets Guid of the document. |
MetaInfo | Current language worksheet meta-data. |
Revision | Gets or sets revision of the document. |
Shortcut | Gets or sets shortcut of the document to use for snippets. |
Text | File title represented for current language. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString |
String representation of the Data File.
(Overrides Object.ToString()) |
IComparable.CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |