IFrontEndAdapter.StreamExists(String, Boolean) メソッド

定義

指定されたパスを持つストリームが存在するかどうかを判断します。

public bool StreamExists (string streamPath, bool isDownload = false);
abstract member StreamExists : string * bool -> bool
Public Function StreamExists (streamPath As String, Optional isDownload As Boolean = false) As Boolean

パラメーター

streamPath
String

ストリームへの相対パス。

isDownload
Boolean

が [is download] に true 設定されている場合は、サーバーではなくローカル コンピューターにストリームが存在するかどうかをテストします。

戻り値

ストリームが存在する場合は True、それ以外の場合は false。

適用対象