ScriptSafeExternalEmbedding enumeration
SharePoint 2013
Specifies if external script safe iframes can be embedded by contributors in HTML fields.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
| Member name | Description | |
|---|---|---|
| None | No external script safe iframes can be embedded by contributors in HTML fields. Value = 0. | |
| AllowedDomains | External script safe iframes can only be embedded by contributors in HTML fields by allowed domains. Value = 1. | |
| All | All external script safe iframes can be embedded by contributors in HTML fields. Value = 2. |
Show: