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.
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.