RSOP_IEFavoriteOrLinkItem class

The parent class from which Microsoft Internet Explorer Favorites, Favorites folders and Link toolbar items (Links) are inherited.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[abstract, AMENDMENT]
class RSOP_IEFavoriteOrLinkItem
{
  sint32  order;
  string  name;
  string  url;
  string  iconPath;
  boolean makeAvailableOffline;
};

Members

The RSOP_IEFavoriteOrLinkItem class has these types of members:

Properties

The RSOP_IEFavoriteOrLinkItem class has these properties.

iconPath

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Icon Path")

File system path to the Favorite or Link icon.

makeAvailableOffline

Data type: boolean

Access type: Read-only

Qualifiers: DisplayName ("Make Available Offline")

If TRUE, the system allows users to make existing Favorite items available offline. If FALSE, users cannot view these types of items offline.

When content is available offline, a user can read it when the computer is not connected to the Internet.

name

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Name")

Name of the Favorite or Link item. This property is the unique path of the Favorite or Link item. For Favorites and Favorite folders, the path includes parent folders in the following format.

folder1/subfolder2/subfolder3/favorite

order

Data type: sint32

Access type: Read-only

Qualifiers: DisplayName ("Order")

Order of the Favorite or Link in a list. This property is used for internal purposes only.

url

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("URL")

URL of the Favorite or Link item.

Remarks

The RSOP_IEFavoriteItem and RSOP_IELinkItem classes are derived from the RSOP_IEFavoriteOrLinkItem class. RSOP_IEFavoriteItem and RSOP_IELinkItem inherit all members of RSOP_IEFavoriteOrLinkItem.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\RSOP\Computer, Root\RSOP\User
MOF
Rsop.mof
DLL
GPSvc.dll

See also

RSOP_IEFavoriteItem

RSOP_IELinkItem