AssetUrlSelector.OverrideDialogDescription Property
Gets or sets instructional description text displayed in the upper area of the Asset Picker dialog box.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property OverrideDialogDescription As String
Get
Set
'Usage
Dim instance As AssetUrlSelector
Dim value As String
value = instance.OverrideDialogDescription
instance.OverrideDialogDescription = value
public string OverrideDialogDescription { get; set; }
Property Value
Type: System.String
Defaults to an empty string.
Remarks
This description text is HTML encoded before being displayed on the page. If no value is set for this property, default instructional description text is used.
Examples
// These values control the appearance and behavior
// of the Asset Picker dialog box.
private const string SampleOverrideDialogDescription = "This is a sample description for the asset picker dialog instructional header";