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 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 appearance and behavior of the Asset Picker dialog box.assetSelector.OverrideDialogFeatures = SampleOverrideDialogFeatures;
' Set values for the appearance and behavior of the Asset Picker dialog box.
assetSelector.OverrideDialogFeatures = SampleOverrideDialogFeatures