getURL (NotesDocument - JavaScript)

文書の Domino® URL を取得します。

定義場所

NotesDocument

構文

getURL() : string
戻り値 説明
string 文書の Domino URL。

以下の計算結果フィールドには、現在の文書を開くための URL が表示されます。
var doc:NotesDocument = currentDocument.getDocument();
return "The URL to open this document is " + doc.getURL()

言語間の参照

Java™ Document クラスの getURL メソッド