Fileshareオブジェクト
| コンポーネント情報 | |
|---|---|
| version | 8.0.1 |
ファイル共有アイテム情報を保持するクラスです。
var fileshare = {
description : String, // 説明
editableFlag : Boolean, // 編集権限フラグ
folderPath : String, // ファイル格納パス
itemKey : ItemKey, // アイテムキー
updateDate : DateTime, // 更新日時
updateUserCd : String, // 更新ユーザコード
updateUserName : String // 更新ユーザ名
}
プロパティの概要
| 型 | プロパティ名 | アクセス権 |
|---|---|---|
| String | description 説明 |
|
| Boolean | editableFlag 編集権限フラグ |
|
| String | folderPath ファイル格納パス |
|
| ItemKey | itemKey アイテムキー |
|
| DateTime | updateDate 更新日時 |
|
| String | updateUserCd 更新ユーザコード |
|
| String | updateUserName 更新ユーザ名 |
プロパティの詳細
|
String description
説明
|
|
Boolean editableFlag
編集権限フラグ
|
|
String folderPath
ファイル格納パス
|
|
ItemKey itemKey
アイテムキー
|
|
DateTime updateDate
更新日時
|
|
String updateUserCd
更新ユーザコード
|
|
String updateUserName
更新ユーザ名
|