NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CacheItemPriorities Enumeration

[To be supplied.]

[Visual Basic]
Public Enum CacheItemPriorities
[C#]
public enum CacheItemPriorities
[C++]
public enum CacheItemPriorities

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
AboveNormal [To be supplied.]
BelowNormal [To be supplied.]
Default [To be supplied.]
High [To be supplied.]
Low [To be supplied.]
Normal [To be supplied.]
NotRemovable [To be supplied.]

Requirements

Namespace: System.Web.Caching

Assembly: System.Web.dll

See Also

System.Web.Caching Namespace