File.GetImagePreviewUrl - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function GetImagePreviewUrl ( _
width As Integer, _
height As Integer, _
clientType As String _
) As ClientResult(Of String)
'Utilisation
Dim instance As File
Dim width As Integer
Dim height As Integer
Dim clientType As String
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetImagePreviewUrl(width, _
height, clientType)
public ClientResult<string> GetImagePreviewUrl(
int width,
int height,
string clientType
)
Paramètres
- width
Type : System.Int32
- height
Type : System.Int32
- clientType
Type : System.String
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<String>