Class
DocumentInfo

Contains metadata about a document managed by a document repository.

Definition

Namespace:Telerik.Documents.AI.Tools.Core

Assembly:Telerik.Documents.AI.Tools.Core.dll

Syntax:

cs-api-definition
public class DocumentInfo

Inheritance: objectDocumentInfo

Constructors

DocumentInfo()

Declaration

cs-api-definition
public DocumentInfo()

Properties

Format

Gets or sets the format of the document.

Declaration

cs-api-definition
public DocumentFormat Format { get; set; }

Property Value

DocumentFormat

Id

Gets or sets the unique identifier for the document.

Declaration

cs-api-definition
public string Id { get; set; }

Property Value

string

Name

Gets or sets the display name of the document.

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string