SetDataPath メソッド
| 編集/提案 ソースを表示SetDataPath(FileSystemServiceOptions, DefaultPath)
管理するデータが格納されたディレクトリを設定します。
宣言
public static FileSystemServiceOptions SetDataPath(this FileSystemServiceOptions options, DefaultPath path)
引数
型 | 名前 | 説明 |
---|---|---|
FileSystemServiceOptions | options | 設定情報を格納したオブジェクトです。 |
DefaultPath | path | 既定のデータパスの種類です。 |
戻り値
型 | 説明 |
---|---|
FileSystemServiceOptions |
|