RootFolder Property

Microsoft FrontPage Visual Basic

Returns a WebFolder object that represents the active WebEx object's root.

expression.RootFolder()

expression    Required. An expression that returns a WebEx object.

Example

The following statement returns the name of the root folder.

ActiveWeb.RootFolder.Name