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 or sets the name of the style sheet rule prefix used to filter custom or table styles, which determines which styles are displayed in the user interface (UI) drop-down lists.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property PrefixStyleSheet As String
Get
Set
'Usage
Dim instance As HtmlEditor
Dim value As String
value = instance.PrefixStyleSheet
instance.PrefixStyleSheet = value
public string PrefixStyleSheet { get; set; }
Property Value
Type: System.String