Get the documents directly under to this folder

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
ICartellaRelations<IExternalFolder, IExternalDocument> Documents { get; }
Visual Basic
ReadOnly Property Documents As ICartellaRelations(Of IExternalFolder, IExternalDocument)
	Get
Visual C++
property ICartellaRelations<IExternalFolder^, IExternalDocument^>^ Documents {
	ICartellaRelations<IExternalFolder^, IExternalDocument^>^ get ();
}

Field Value

ICartellaRelations<IFolder, IDocument>

See Also