SiteSettings.getUIScalability (Method)

Returns a structure containing information about this site's UI scalability settings.

Returns:

SiteSettings_GetUIScalability_Result (struct)

Each row of the returned query results has the following fields:

Field Name Type Description
ChangesPendingMyApprovalMaxRecords PositiveInteger The maximum number of records for the 'Changes Pending My Approval' section of the My CommonSpot dashboard.
ChangesPendingMyGroupsApprovalMaxRecords PositiveInteger The maximum number of records for the 'Changes Pending My Group Approval' section of the My CommonSpot dashboard.
ChangesToMyContentMaxRecords PositiveInteger The maximum number of records for the 'Changes to My Content' section of the My CommonSpot dashboard.
ChangesToMyGroupsContentMaxRecords PositiveInteger The maximum number of records for the 'Changes to My Groups Content' section of the My CommonSpot dashboard.
FindDefaultDateRestrictionRange DefaultDateRestrictionRange String identifying a date restriction; for example, 'Last year', 'This year, 'Last 7 days', 'Last 30 days', and so on.
FindDefaultDateRestrictionType DefaultDateRestriction String identifying a date restriction placed on data; for example, 'Creation date', 'Last major modification date', and so on.
FindDefaultOrderBy UIScalabilityOrderByFindLabels String identifying the field used to sort returned data; for example, 'Last major modification date', 'Date published', 'Title', and so on.
FindDefaultSubSiteScope DefaultSubsiteScopeFilter String identifying a subsite's default scope, as follows: 'All', 'Current Subsite and Below', or 'Current Subsite Only'.
FindImageDefaultDateRestrictionRange DefaultDateRestrictionRange String identifying a date restriction; for example, 'Last year', 'This year, 'Last 7 days', 'Last 30 days', and so on.
FindImageDefaultDateRestrictionType DefaultDateRestriction String identifying a date restriction placed on data; for example, 'Creation date', 'Last major modification date', and so on.
FindImageDefaultOrderBy UIScalabilityOrderByImageLabels String identifying the field used to sort returned data; for example, 'Last major modification date', 'Date published', 'Title', and so on.
FindImageDefaultSubsiteScope DefaultSubsiteScopeFilter String identifying a subsite's default scope, as follows: 'All', 'Current Subsite and Below', or 'Current Subsite Only'.
FindImageIncludeChildSubsites Boolean Boolean flag which when true tells CommonSpot it should include this site's child subsites when it looks for an image.
FindImageMaxRecords PositiveInteger The number of images that CommonSpot will locate; for example, 300.
FindIncludeChildSubsites Boolean Boolean flag which when true tells CommonSpot to include the subsite's children in image searches.
FindMaxRecords RecordsPerPage The default number of records per page to display in the Find Search Results dialog.
GroupsMaxRecords PositiveInteger The maximum number of records to display for the Group Administrator results.
MyChangesMaxRecords PositiveInteger The maximum number of records for the 'My Changes' section of the My CommonSpot dashboard.
MyContentDefaultDateRestrictionRange DefaultDateRestrictionRange String identifying a date restriction; for example, 'Last year', 'This year, 'Last 7 days', 'Last 30 days', and so on.
MyContentDefaultDateRestrictionType DefaultDateRestriction String identifying a date restriction placed on data; for example, 'Creation date', 'Last major modification date', and so on.
MyContentDefaultOrderBy UIScalabilityOrderByLabels String identifying the field used to sort returned data; for example, 'Last major modification date', 'Date published', 'Title', and so on.
MyContentDefaultSubSiteScope DefaultSubsiteScopeFilter String identifying a subsite's default scope, as follows: 'All', 'Current Subsite and Below', or 'Current Subsite Only'.
MyContentIncludeChildSubsites Boolean Boolean flag which when true tells CommonSpot to include the subsite's children in page content searches.
MyContentMaxRecords PositiveInteger The maximum number of records to display for 'My Content' results.
MySavedSearchedMaxRecords PositiveInteger The maximum number of records returned by a saved search.
MySavedSearchesMaxRecords PositiveInteger The maximum number of records for the 'My Saved Searches' section of the My CommonSpot dashboard.
MyShortcutsMaxRecords PositiveInteger The maximum number of records for the 'My Shortcuts' section of the My CommonSpot dashboard.
NotificationsMaxRecords PositiveInteger The maximum number of records for the 'Notifications' section of the My CommonSpot dashboard.
QueryEngineMaxRecords PositiveInteger_NEG1 The maximum number of records to return for the query engine. Used by page index and custom element.
ReportsDefaultDateRestrictionRange DefaultDateRestrictionRange String identifying a date restriction; for example, 'Last year', 'This year, 'Last 7 days', 'Last 30 days', and so on.
ReportsDefaultDateRestrictionType DefaultDateRestriction String identifying a date restriction placed on data; for example, 'Creation date', 'Last major modification date', and so on.
ReportsDefaultOrderBy UIScalabilityOrderByLabels String identifying the field used to sort returned data; for example, 'Last major modification date', 'Date published', 'Title', and so on.
ReportsDefaultSubSiteScope DefaultSubsiteScopeFilter String identifying a subsite's default scope, as follows: 'All', 'Current Subsite and Below', or 'Current Subsite Only'.
ReportsIncludeChildSubsites Boolean Boolean value which when true tells CommonSpot to include child subsites when creating reports.
ReportsMaxRecords PositiveInteger The maximum number of records to display for 'Report' results.
SubsiteSelectionMaxRecords PositiveInteger The maximum number of records returned in the Subsite Selection Search dialog.
TaxonomyDataBrowserMaxGlobalCustomElements PositiveInteger The maximum number of custom elements when locating pages using taxonomy's.
TaxonomyDataBrowserMaxLocalCustomElements PositiveInteger The maximum number of results to return within the taxonomy data browser for local custom elements.
TaxonomyDataBrowserMaxPages PositiveInteger The maximum number of results to return within the taxonomy data browser for global custom elements.
TaxonomyDataBrowserMaxSimpleForms PositiveInteger The maximum number of results to return within the taxonomy data browser for simple forms.
UsersMaxRecords PositiveInteger The maximum number of records to display for user administrator results.

Context:

License Requirements None
Permission Requirements ContributorOrServerCode
Deny Context None
Require Context None
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None