Reports.getBlockedApprovalsCount (Method)

Returns the count of pages that are pending approval and whose approval is blocked by a user who's account has expired or is no longer a contributor.

Returns:

NonNegativeInteger

Arguments:

Name Type Required Description
subsiteFilter SubsiteFilter Optional. Defaults to '0'. The ID of the subsite in which CommonSpot searches for objects. If this argument's value is 0, CommonSpot searches all subsites. If this argument's value is -1, CommonSpot searches in the current subsite.
includeChildSubsites Boolean Optional. Defaults to '1'. Boolean flag which when set to true tells CommonSpot that the results should include pages from descendant subsites.
dateFilterType DateFilterType_EmptyString Optional. Defaults to an empty string. A string describing the date filter; for example, 'DateAdded' or 'PublicReleaseDate'. CommonSpot uses this value when looking for objects. If this argument is an empty string, CommonSpot does not use a date filter type.
dateFilter DateFilterValue_EmptyString Optional. Defaults to an empty string. Sets the value of the filter that CommonSpot uses when returning results; for example 'This year', 'Last month', etc).
pageFilter PageIDList_EmptyString Optional. Defaults to an empty string. A comma delimited list of page IDs, or and empty string for all.

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