Exago .NET API Documentation
Rename(String,String,String) Method
WebReports.Api.Reports Namespace > ReportObjectFactory Class > Rename Method : Rename(String,String,String) Method
The full path of the report to rename
The new path and name of the report.

Optional user-defined data string to pass along with the report.

This feature is deprecated.
Rename a report from name to newName. Scheduler Services will be updated with the new path and name as well.
Syntax
public void Rename( 
   System.string name,
   System.string newName,
   System.string udfData
)

Parameters

name
The full path of the report to rename
newName
The new path and name of the report.
udfData

Optional user-defined data string to pass along with the report.

This feature is deprecated.
Exceptions
ExceptionDescription
System.Net.WebException will be thrown if one or more of the Scheduler Services are offline when attempting to rename the report.
See Also

Reference

ReportObjectFactory Class
ReportObjectFactory Members
Overload List