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