Share via


FileService Class

Definition

Caution

This class is deprecated. See https://aka.ms/bot-file-basics for more information.

Configuration properties for a connected File service.

[System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)]
public class FileService : Microsoft.Bot.Configuration.ConnectedService
[<System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)>]
type FileService = class
    inherit ConnectedService
Public Class FileService
Inherits ConnectedService
Inheritance
FileService
Attributes

Constructors

FileService()

Initializes a new instance of the FileService class.

Properties

Id

Gets or sets unique id for the service.

(Inherited from ConnectedService)
Name

Gets or sets user friendly name of the service.

(Inherited from ConnectedService)
Path

Gets or sets file path.

Properties

Gets or sets properties that are not otherwise defined.

(Inherited from ConnectedService)
Type

Gets or sets type of the service.

(Inherited from ConnectedService)

Methods

Decrypt(String)

Decrypt properties on this service.

(Inherited from ConnectedService)
Encrypt(String)

Encrypt properties on this service.

(Inherited from ConnectedService)

Applies to