RenderListDataParameters.ImageFieldsToTryRewriteToCdnUrls property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ImageFieldsToTryRewriteToCdnUrls As String
Get
Set
'Usage
Dim instance As RenderListDataParameters
Dim value As String
value = instance.ImageFieldsToTryRewriteToCdnUrls
instance.ImageFieldsToTryRewriteToCdnUrls = value
public string ImageFieldsToTryRewriteToCdnUrls { get; set; }
Property value
Type: System.String
See also
Reference
RenderListDataParameters class