CMSAbstractTransformation GetSharePointImageUrl Method Kentico 8.1 API Reference
Gets URL for accessing an image on SharePoint server.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

fileRefColumnName (Optional)
Type: OnlineSystem String
Name of column which contains SharePoint server relative path to the image. Null uses the default (FileRef).
width (Optional)
Type: OnlineSystem Nullable OnlineInt32 
Maximum width of the image the handler should return.
height (Optional)
Type: OnlineSystem Nullable OnlineInt32 
Maximum height of the image the handler should return.
maxSideSize (Optional)
Type: OnlineSystem Nullable OnlineInt32 
Maximum side size of the image the handler should return.

Return Value

Type: OnlineString
See Also