FileStoreEntry Constructors

Definition

Overloads

Name Description
FileStoreEntry()

Initializes a new instance of the FileStoreEntry class.

FileStoreEntry(String, String)

Initializes a new instance of the FileStoreEntry class.

FileStoreEntry()

Initializes a new instance of the FileStoreEntry class.

public FileStoreEntry();
Public Sub New ()

Applies to

FileStoreEntry(String, String)

Initializes a new instance of the FileStoreEntry class.

public FileStoreEntry(string name, string type);
new Microsoft.Agents.AI.FileStoreEntry : string * string -> Microsoft.Agents.AI.FileStoreEntry
Public Sub New (name As String, type As String)

Parameters

name
String

The name of the entry (a single path segment, not a full path).

type
String

Either File or Directory.

Applies to