RepositoryDocument (Property)

Applies To:

EmbeddedBrowser object, HyperLink object

Description:

Returns the name of the object selected from the Repository on the Document Options dialog.

Action:

Read only, String

Example:

This example shows how to display the name of the object selected from the Repository in an Alert box (only the object name displays, and not the path name):

Alert(EmbeddedBrowser1.RepositoryDocument)