Web.GetFileByWOPIFrameUrl-Methode
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetFileByWOPIFrameUrl ( _
wopiFrameUrl As String _
) As File
'Usage
Dim instance As Web
Dim wopiFrameUrl As String
Dim returnValue As File
returnValue = instance.GetFileByWOPIFrameUrl(wopiFrameUrl)
public File GetFileByWOPIFrameUrl(
string wopiFrameUrl
)
Parameter
- wopiFrameUrl
Typ: System.String
Rückgabewert
Typ: Microsoft.SharePoint.Client.File