3.1.4.12.3.1 ArrayOfBoolean

This complex type contains an array of boolean elements. It is used for the response element IsScriptSafeUrlUsingCustomizedDomainResult for the IsScriptSafeUrlUsingCustomizedDomain operation.

    <s:complexType name="ArrayOfBoolean">
       <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="boolean" type="s:boolean" />
       </s:sequence>
    </s:complexType>

boolean: Indicates whether a URL is a valid script safe URL for the current site by checking against the customized script safe domains property of the site collection.