TilesViewWebPart.BaseViewID property

Gets or sets the BaseViewID for the view of the PromotedLinksList to be used when rendering this web part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property BaseViewID As String
    Get
    Set
'Usage
Dim instance As TilesViewWebPart
Dim value As String

value = instance.BaseViewID

instance.BaseViewID = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string BaseViewID { get; set; }

Property value

Type: System.String

See also

Reference

TilesViewWebPart class

TilesViewWebPart members

Microsoft.SharePoint.WebPartPages namespace