Intersoft ClientUI Documentation
UriMappingScope Enumeration
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace : UriMappingScope Enumeration






Specifies the scope of the UriMapping for a navigation host.

Syntax

Visual Basic (Declaration) 
Public Enum UriMappingScope 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As UriMappingScope
C# 
public enum UriMappingScope : System.Enum 
Delphi 
public enum UriMappingScope = class(System.Enum)
JScript 
public enum UriMappingScope extends System.Enum
Managed Extensions for C++ 
__value public enum UriMappingScope : public System.Enum 
C++/CLI 
public enum class UriMappingScope : public System.Enum 

Members

MemberDescription
RelativeToCurrentApplicationInstructs the navigation host to resolve the UriMapping against the physical Uri relative to the current application. This mode is particularly useful for external applications (see ApplicationPackage that are loaded on demand.
RelativeToRootApplicationInstructs the navigation host to resolve the UriMapping against the physical Uri in the root application.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Navigation.UriMappingScope

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.