Gets the query used to determine which group should drive the featured content displayed on the home page of client application for the specified culture. The query specified in this setting should be used as the query string parameter for a call to the groups. The first group returned should be selected, and those items shared with the group should be displayed in the home page gallery. Ex: "title:'Featured Maps' AND owner:esri" For a logged in user who is part of an organization this property will always be set from the account properties and will be null if not set by the organizational account administrators.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property HomePageFeaturedContent As String |
C# | |
---|
public string HomePageFeaturedContent {get;} |
Property Value
The featured content of the home page.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also