Show / Hide Table of Contents

Interface INode

Inherited Members
System.IEquatable<CG.Web.MegaApiClient.INode>.Equals(CG.Web.MegaApiClient.INode)
Namespace: CG.Web.MegaApiClient
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
Type Description
IFileAttribute[]
| Improve this Doc View Source

Fingerprint

Declaration
string Fingerprint { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Id

Declaration
string Id { get; }
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
string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Owner

Declaration
string Owner { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ParentId

Declaration
string ParentId { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Size

Declaration
long Size { get; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Type

Declaration
NodeType Type { get; }
Property Value
Type Description
NodeType

Extension Methods

NodeExtensions.GetFolderSize(INode, IMegaApiClient)
NodeExtensions.GetFolderSize(INode, IEnumerable<INode>)
NodeExtensions.GetFolderSizeAsync(INode, IMegaApiClient)
NodeExtensions.GetFolderSizeAsync(INode, IEnumerable<INode>)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2013-2024 - Gregoire Pailler - MegaApiClient 1.10.5