Interface INode
Inherited Members
System.IEquatable<CG.Web.MegaApiClient.INode>.Equals(CG.Web.MegaApiClient.INode)
Assembly: MegaApiClient.dll
Syntax
public interface INode : IEquatable<INode>
Properties
|
Improve this Doc
View Source
CreationDate
Declaration
DateTime? CreationDate { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
FileAttributes
Declaration
IFileAttribute[] FileAttributes { get; }
Property Value
|
Improve this Doc
View Source
Fingerprint
Declaration
string Fingerprint { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ModificationDate
Declaration
DateTime? ModificationDate { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
Name
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Owner
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ParentId
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Size
Declaration
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Type
Declaration
Property Value
Extension Methods