Click or drag to resize
CMSDialogHelperIsImageLink Method
Returns true if link url is not for image full size, returns false if link is image full size url.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static bool IsImageLink(
	string imgUrl,
	string linkUrl,
	int originalWidth,
	int originalHeight,
	string target
)

Parameters

imgUrl
Type: SystemString
Image url
linkUrl
Type: SystemString
Link url
originalWidth
Type: SystemInt32
Original image width
originalHeight
Type: SystemInt32
Original image height
target
Type: SystemString
Link target

Return Value

Type: Boolean
See Also