Share via


MediaFieldValue.ConfigureFromContext property

Gets or sets whether the media player must configure its media and related properties based on the context of the current SPListItem object.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ConfigureFromContext As Boolean
    Get
    Set
'Usage
Dim instance As MediaFieldValue
Dim value As Boolean

value = instance.ConfigureFromContext

instance.ConfigureFromContext = value
[DataMemberAttribute]
public bool ConfigureFromContext { get; set; }

Property value

Type: System.Boolean
true if the media player must configure its media and related properties based on the context of the current SPListItem object; otherwise, false.

See also

Reference

MediaFieldValue class

MediaFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace