SelectScriptLibraries (NotesNoteCollection - JavaScript)

読み書き可能。コレクションにスクリプトライブラリ用の文書が含まれているかどうかを示します。

定義場所

NotesNoteCollection

構文

getSelectScriptLibraries() : boolean

setSelectScriptLibraries(flag:boolean) : void

適正値 説明
true スクリプトライブラリが含まれていることを示します。
false スクリプトライブラリが含まれていないことを示します。

使用法

このプロパティを設定するには、createNoteCollection (Database クラス)、selectAllCodeElements、selectAllDesignElements、selectAllNotes の各メソッドを使用します。

言語間の参照

LotusScript® NotesNoteCollection クラスの SelectScriptLibraries プロパティ