File.GetImagePreviewUrl(Int32, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<string> GetImagePreviewUrl (int width, int height, string clientType);
member this.GetImagePreviewUrl : int * int * string -> Microsoft.SharePoint.Client.ClientResult<string>
Public Function GetImagePreviewUrl (width As Integer, height As Integer, clientType As String) As ClientResult(Of String)
Parameters
- width
- Int32
- height
- Int32
- clientType
- String
Returns
- Attributes