Ribbon.GetPeripheralDataForSection method

Returns the data that is contained within a peripheral content section.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Protected Function GetPeripheralDataForSection ( _
    location As String, _
    property As String, _
    encoded As Boolean _
) As String
'Usage
Dim location As String
Dim property As String
Dim encoded As Boolean
Dim returnValue As String

returnValue = Me.GetPeripheralDataForSection(location, _
    property, encoded)
protected string GetPeripheralDataForSection(
    string location,
    string property,
    bool encoded
)

Parameters

  • location
    Type: System.String

    The location where the data will be stored.

  • encoded
    Type: System.Boolean

    true if property is HTML encoded; otherwise, false.

Return value

Type: System.String
A string that contains the peripheral data.

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace