Interface IEmbedded
Embedded contents within a folder.
Namespace: Hyland.ShareBaseSdk.Models
Assembly: Hyland.ShareBaseSdk.dll
Syntax
public interface IEmbedded
Properties
Documents
Embedded documents.
Declaration
List<IShareBaseDocument> Documents { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IShareBaseDocument> |
Folders
Embedded folders.
Declaration
List<IShareBaseFolder> Folders { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IShareBaseFolder> |