ReportingService2010.GetItemHistoryLimit Method
SQL Server 2012
Returns the item history snapshot limit for a specified catalog item. This method applies to the Report item type.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
public function GetItemHistoryLimit( ItemPath : String, IsSystem : boolean, SystemLimit : int ) : int
Parameters
- ItemPath
- Type: System.String
The fully qualified URL of the item including the file name and, in SharePoint mode, the extension.
- IsSystem
- Type: System.Boolean%
A Boolean expression that returns true if the item snapshot policy is set equal to the system limit. The parameter returns false if the item has its own item history limit.
- SystemLimit
- Type: System.Int32%
The system item history limit.
Return Value
Type: System.Int32An integer value that represents the history limit for the given item. Values can range from -1 to 2,147,483,647. If the value is set to –1, all item history snapshots are saved.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | |
SharePoint Mode Required Permissions |
