Click or drag to resize

DocumentFlags Enumeration

Defines document attributes.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.3
Syntax
[FlagsAttribute]
public enum DocumentFlags
Members
  Member nameValueDescription
None0 Indicates that no attributes are present.
IsTransient1 Indicates that the document is temporary and can be discarded after use. Only Windows Script engines honor this attribute.
See Also