Web.CreateAnonymousLink(ClientRuntimeContext, String, Boolean) 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 static Microsoft.SharePoint.Client.ClientResult<string> CreateAnonymousLink (Microsoft.SharePoint.Client.ClientRuntimeContext context, string url, bool isEditLink);
static member CreateAnonymousLink : Microsoft.SharePoint.Client.ClientRuntimeContext * string * bool -> Microsoft.SharePoint.Client.ClientResult<string>
Public Shared Function CreateAnonymousLink (context As ClientRuntimeContext, url As String, isEditLink As Boolean) As ClientResult(Of String)
Parameters
- context
- ClientRuntimeContext
- url
- String
- isEditLink
- Boolean
Returns
- Attributes