AVEVA OMI Software Developer Kit



ArchestrA.Client.WebControls Namespace : TypeOfResource Enumeration
TypeOfResource Enumeration
Specifies the resource type.
Syntax
'Declaration
 
Public Enum TypeOfResource 
   Inherits System.Enum
'Usage
 
Dim instance As TypeOfResource
public enum TypeOfResource : System.Enum 
public enum class TypeOfResource : public System.Enum 
Members
MemberDescription
Favicon The resource request is for a favicon.
Font The resource request is for a font.
Image The resource request is for an image.
MainFrame The resource request is for a top level page.
Media The resource request is for a media resource.
Object The resource request is for an object (or embed) tag for a plugin, or a resource that a plugin requested.
Script The resource request is for a script file.
StyleSheet The resource request is for a CSS stylesheet.
SubFrame The resource request is for a sub frame or an iframe.
SubResource Unknown sub resource.
Unknown The resource type is unknown.
XMLHttpRequest The resource request is from an XMLHttpRequest object.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArchestrA.Client.WebControls.TypeOfResource

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also