Favorite
A Favorite object represents a favorite folder. It is retrieved by enumerating or indexing the Favoritesobject.
<default value>
string
Returns the name of the favorite folder or sub-folder.
folder
bool
Returns True if this is a sub-folder, False if it's a favorite folder or separator.
If this object is a sub-folder it also behaves like a Favorites object as well as a Favorite object, and can be enumerated and have elements added and removed from it.
separator
bool
Returns True if this is a separator.
Method// Name//
Arguments
Return Type
Description
SetHeading
<string:heading>
none
If this is a separator (i.e. the separator property returns True) this lets you make the separator into a heading, or change the heading text.
Note that changes you make to the list are not saved until you call the Favorites.Save method.
SetName
<string:name>
none
Changes the name of this favorite folder. Note that changes you make to the list are not saved until you call the Favorites.Save method.
最后更新于