Parent Property (AAppShortcut)

Returns the shortcut parent folder.

Syntax

[ appFolder = ] Object.Parent

The Parent property syntax has the following parts:

 

Name

Type

Description

Object

AAppShortcut

AAppShortcut object

appFolder

AAppFolder

App Folder object to which current shortcut belongs.

Example

The following prints "Misc":

print App.MiscFolder.Items("Comm").Parent.Name

Applies to

AAppShortcut

See Also

AAppFolder