RSOP_IELinkItem class
Represents a link on the Microsoft Internet Explorer Links bar.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
[AMENDMENT]
class RSOP_IELinkItem : RSOP_IEFavoriteOrLinkItem
{
sint32 order;
string url;
string iconPath;
boolean makeAvailableOffline;
uint32 rsopPrecedence;
string rsopID;
string name;
};
Members
The RSOP_IELinkItem class has these types of members:
Properties
The RSOP_IELinkItem class has these properties.
-
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")
Title or name of the Link item. The text appears in the user's Links bar.
-
-
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.
-
-
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.
-
-
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 RSOP_IELinkItem class is derived from the RSOP_IEFavoriteOrLinkItem class and inherits all members from that class.
The number of custom link items to add to the Internet Explorer Links bar used by Internet Explorer is specified by the customLinks 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 |
|
DLL |
|