IBridgeSetArchivingAttribute Method
ファイルやディレクトリのアーカイブ可能属性を設定します。
Namespace: Kasasagi.DavServerAssembly: Kasasagi.DavServer (in Kasasagi.DavServer.dll) Version: 1.0.1+092e35ef41f9c66a6f060a166bd1527db0f2dce3
bool SetArchivingAttribute(
string path,
bool value
)
Function SetArchivingAttribute (
path As String,
value As Boolean
) As Boolean
bool SetArchivingAttribute(
String^ path,
bool value
)
abstract SetArchivingAttribute :
path : string *
value : bool -> bool
- path String
- 設定対象の絶対パスが渡されます。
- value Boolean
-
ファイルやディレクトリをアーカイブ可能にする場合はtrue、
そうでない場合はfalseを指定します。
Boolean
属性値の設定に成功した場合はtrue、失敗した場合はfalseを返します。