Property DocumentName
DocumentName
Gets the name of the document.
public string DocumentName { get; }
Property Value
Examples
pdfChat.CacheAccessed += (sender, e) =>
{
Console.WriteLine($"Document: {e.DocumentName}");
};
Gets the name of the document.
public string DocumentName { get; }
pdfChat.CacheAccessed += (sender, e) =>
{
Console.WriteLine($"Document: {e.DocumentName}");
};