ArcFM Desktop Developer Guide
PathReferenceAttribute Class
Members 


Product Availability
Required Licenses
.NET Assembly
Indicates that a parameter is a path to a file or a folder within a web project. Path can be relative or absolute, starting from web root (~)
Object Model
PathReferenceAttribute Class
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class PathReferenceAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As PathReferenceAttribute
[AttributeUsage(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=false, 
   Inherited=true)]
public class PathReferenceAttribute : System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.Desktop.DesignerExpress.Annotations.PathReferenceAttribute
         Miner.Desktop.DesignerExpress.Annotations.AspMvcAreaAttribute
         Miner.Desktop.DesignerExpress.Annotations.AspMvcPartialViewAttribute
         Miner.Desktop.DesignerExpress.Annotations.AspMvcViewAttribute

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PathReferenceAttribute Members
Miner.Desktop.DesignerExpress.Annotations Namespace

 

 


Send Comment