Exago .NET API Documentation
DoesContentIdExist Method
WebReports.Api.ReportMgmt Namespace > ReportMgmtBase Class : DoesContentIdExist Method
The content ID, typically a GUID, of the content to check for.
Check if a folder, report, theme or template exists in the Storage Management database by providing its content ID.
Syntax
public System.bool DoesContentIdExist( 
   System.Guid contentId
)

Parameters

contentId
The content ID, typically a GUID, of the content to check for.

Return Value

True if the item was found or False if not.
See Also

Reference

ReportMgmtBase Class
ReportMgmtBase Members