createOutline (NotesDatabase - JavaScript)

現在のデータベースにアウトラインを作成します。

定義場所

NotesDatabase

構文

createOutline(name:string) : NotesOutline

createOutline(name:string, defaultOutline:boolean) : NotesOutline

パラメータ 説明
outline アウトラインの名前。
defaultOutline デフォルト (false) は、空のアウトラインを作成します。
戻り値 説明
NotesOutline 新規アウトライン。

使用法

詳細と例については、NotesOutline を参照してください。

このボタンはアウトラインを作成します。
var outline:NotesOutline = database.createOutline("Some Documents");
outline.setAlias("SomeDocuments");
outline.setComment("Gives partial view of database");
outline.save();

言語間の参照

LotusScript® NotesDatabase クラスの CreateOutline メソッド

Java™ Database クラスの createOutline メソッド