Click or drag to resize
PathReferenceAttribute Class
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 (~)
Inheritance Hierarchy

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class PathReferenceAttribute : Attribute

The PathReferenceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPathReferenceAttribute
Initializes a new instance of the PathReferenceAttribute class
Public methodPathReferenceAttribute(String)
Initializes a new instance of the PathReferenceAttribute class
Top
Properties
  NameDescription
Public propertyBasePath
Top
See Also