MediaFieldControl.PresentationLocked property

Gets or sets whether the presentation properties (TemplateSource, Width, Height) should be locked against editing by content authors.

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

Syntax

'Declaration
Public Property PresentationLocked As Boolean
    Get
    Set
'Usage
Dim instance As MediaFieldControl
Dim value As Boolean

value = instance.PresentationLocked

instance.PresentationLocked = value
public bool PresentationLocked { get; set; }

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

MediaFieldControl class

MediaFieldControl members

Microsoft.SharePoint.Publishing.WebControls namespace