2.1.4.15 SPBrowserFileHandling
Specifies whether the file is allowed to be displayed in the web browser.<138>
-
<xs:simpleType name="SPBrowserFileHandling"> <xs:restriction base="xs:string"> <xs:enumeration value="Permissive" /> <xs:enumeration value="Strict" /> </xs:restriction> </xs:simpleType>
The value MUST be one of the values in the following table.
Value |
Description |
---|---|
Permissive |
Specifies that content-types that allow script are allowed to be displayed in the Web browser. |
Strict |
Specifies that content-types that allow script MUST be forced to download. |