Show / Hide Table of Contents

Interface ICollectionNode

A node representing all found children of a ICollection

Namespace:FubarDev.WebDavServer.FileSystem
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface ICollectionNode

Properties

| Improve this Doc View Source

Collection

Gets the collection this node is for

Declaration
ICollection Collection { get; }
Property Value
Type Description
ICollection
| Improve this Doc View Source

Documents

Gets the documents of this collection node

Declaration
IReadOnlyCollection<IDocument> Documents { get; }
Property Value
Type Description
IReadOnlyCollection<IDocument>
| Improve this Doc View Source

Name

Gets the name of the node (usually the same as Name of Collection)

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

Nodes

Gets the sub collection nodes

Declaration
IReadOnlyCollection<ICollectionNode> Nodes { get; }
Property Value
Type Description
IReadOnlyCollection<ICollectionNode>
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX