Get URL used for previews.
Namespace: Asi.iBO.ContentManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public static string GetPreviewUrl( IiMISUser user, Guid websiteKey, decimal navMenuId, decimal contentId ) |
| Visual Basic |
|---|
Public Shared Function GetPreviewUrl ( _ user As IiMISUser, _ websiteKey As Guid, _ navMenuId As Decimal, _ contentId As Decimal _ ) As String |
| Visual C++ |
|---|
public: static String^ GetPreviewUrl( IiMISUser^ user, Guid websiteKey, Decimal navMenuId, Decimal contentId ) |
Parameters
- user
- Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
- websiteKey
- Type: System..::..Guid
Unique identifier of CWebsite to preview
- navMenuId
- Type: System..::..Decimal
Unique identifier of CNavMenu to preview
- contentId
- Type: System..::..Decimal
Unique identifier of CContent to preview