FileSystemServiceOptionsExtensions クラス
FileSystemServiceOptionsの機能を拡張します。 このクラスは静的です。
継承
System.Object
    FileSystemServiceOptionsExtensions
  継承されたメンバー
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  名前空間: ExapisSOP.IO
アセンブリ: ExapisSOP.dll
構文
public static class FileSystemServiceOptionsExtensions
  メソッド 一覧
| 編集/提案 ソースを表示SetDataPath(FileSystemServiceOptions, DefaultPath)
管理するデータが格納されたディレクトリを設定します。
宣言
public static FileSystemServiceOptions SetDataPath(this FileSystemServiceOptions options, DefaultPath path)
  引数
| 型 | 名前 | 説明 | 
|---|---|---|
| FileSystemServiceOptions | options | 設定情報を格納したオブジェクトです。  | 
      
| DefaultPath | path | 既定のデータパスの種類です。  | 
      
戻り値
| 型 | 説明 | 
|---|---|
| FileSystemServiceOptions | 
  |