AssetUrlSelector.OverrideDialogFeatures Property
Gets or sets the window features string used when the Asset Picker dialog box opens.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property OverrideDialogFeatures As String
Get
Set
'Usage
Dim instance As AssetUrlSelector
Dim value As String
value = instance.OverrideDialogFeatures
instance.OverrideDialogFeatures = value
public string OverrideDialogFeatures { get; set; }
Property Value
Type: System.String
Defaults to an empty string.
The URL to the window features string used when opening the Asset Picker dialog box.
Remarks
If no value is set in this property then the asset picker default window features are used.
Examples
// Set values for the apperance and behavior of the asset picker dialog
assetSelector.OverrideDialogFeatures = SampleOverrideDialogFeatures;