Share via


AssetUrlSelector.OverrideDialogTitle property

Gets or sets the title text of the Asset Picker dialog box.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property OverrideDialogTitle As String
    Get
    Set
'Usage
Dim instance As AssetUrlSelector
Dim value As String

value = instance.OverrideDialogTitle

instance.OverrideDialogTitle = value
public string OverrideDialogTitle { get; set; }

Property value

Type: System.String
Defaults to an empty string.
The title text of the Asset Picker dialog box.

Remarks

If no value is set in this property then default title text is used, depending on the value of the UseImageAssetPicker property.

Examples

// These values control the appearance and behavior
// of the Asset Picker dialog box.
private const string SampleOverrideDialogTitle = "Sample Selection Dialog Title";
' These values control the appearance and behavior
' of the Asset Picker dialog box.
Private Const SampleOverrideDialogTitle As String = "Sample Selection Dialog Title"

See also

Reference

AssetUrlSelector class

AssetUrlSelector members

Microsoft.SharePoint.Publishing.WebControls namespace

UseImageAssetPicker

AssetUrlSelector