Get URL used for previews.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public static string GetPreviewUrl(
	IiMISUser user,
	decimal navMenuId,
	decimal contentId
)
Visual Basic (Declaration)
Public Shared Function GetPreviewUrl ( _
	user As IiMISUser, _
	navMenuId As Decimal, _
	contentId As Decimal _
) As String
Visual C++
public:
static String^ GetPreviewUrl(
	IiMISUser^ user, 
	Decimal navMenuId, 
	Decimal contentId
)

Parameters

user
Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
navMenuId
Type: System..::.Decimal
Unique identifier of CNavMenu to preview
contentId
Type: System..::.Decimal
Unique identifier of CContent to preview

Return Value

String that is used for previews

See Also