Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets data indicating whether this SummaryLink object should begin in a new column.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property BeginColumn As Boolean
Get
'Usage
Dim instance As SummaryLink
Dim value As Boolean
value = instance.BeginColumn
public bool BeginColumn { get; }
Property Value
Type: System.Boolean
Data indicating whether this SummaryLink object should begin in a new column.
Remarks
The BeginColumn property indicates whether this SummaryLink object is the first link in a column. The XSL rendering template uses this property to determine whether to render a new column. This property is set when the UpdateLinkProperties method of the SummaryLinkFieldValue object is called before the links render or are saved.