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.StringThe location where the data will be stored.
property
Type: System.StringThe name of the data property.
encoded
Type: System.Booleantrue if property is HTML encoded; otherwise, false.
Return value
Type: System.String
A string that contains the peripheral data.