RSOP_IEFavoriteItem class

Represents an item or folder in a user's Internet Explorer Favorites list.

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

Syntax

[AMENDMENT]
class RSOP_IEFavoriteItem : RSOP_IEFavoriteOrLinkItem
{
  sint32  order;
  string  url;
  string  iconPath;
  boolean makeAvailableOffline;
  string  rsopID;
  uint32  rsopPrecedence;
  string  name;
  string  shortName;
  boolean folderItem;
  string  parentPath;
};

Members

The RSOP_IEFavoriteItem class has these types of members:

Properties

The RSOP_IEFavoriteItem class has these properties.

folderItem

Data type: boolean

Access type: Read-only

Qualifiers: DisplayName ("Folder Item")

If TRUE, this instance represents a Favorite in a Favorites folder. If FALSE, the instance represents a Favorites folder.

iconPath

Data type: string

Access type: Read-only

File system path to the Favorite or Link icon.

This property is inherited from the RSOP_IEFavoriteOrLinkItem class.

makeAvailableOffline

Data type: boolean

Access type: Read-only

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.

This property is inherited from the RSOP_IEFavoriteOrLinkItem class.

name

Data type: string

Access type: Read-only

Qualifiers: key, DisplayName ("Name")

Filename of the Favorite item preceded by the names of all parent Favorites folders. The format is similar to that of a full file system path, with folder names preceding the item name; for example:

MyFavorites\MyTravelFavorites\AFavoriteTravelWebsite

order

Data type: sint32

Access type: Read-only

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

This property is inherited from the RSOP_IEFavoriteOrLinkItem class.

parentPath

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Parent Path")

Parent path portion of the name property; for example, MyTravelFavorites.

rsopID

Data type: string

Access type: Read-only

Qualifiers: key, DisplayName ("RSOP ID")

Foreign key to RSOP_PolicySetting.

rsopPrecedence

Data type: uint32

Access type: Read-only

Qualifiers: key, DisplayName ("RSOP Precedence")

Foreign key to RSOP_PolicySetting.

shortName

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Short Name")

Item name portion of the name property, that is, the item name without its preceding parent folders.

url

Data type: string

Access type: Read-only

URL of the Favorite or Link item.

This property is inherited from the RSOP_IEFavoriteOrLinkItem class.

Remarks

The number of custom Favorites items and folders to add to the Favorites folder used by Internet Explorer is specified by the customFavorites property of the RSOP_IEAKPolicySetting class.

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_PolicySetting

RSOP_IEFavoriteOrLinkItem