File path specifiable through a relative URL or a absolute file path.

C# | Visual Basic | Visual C++ |
public class FlexiFilePath
Public Class FlexiFilePath
public ref class FlexiFilePath

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | FlexiFilePath(String, Page) |
.Ctor
|
![]() | FlexiFilePath(String, HttpRequest) |
.Ctor - ONLY USE THIS .CTOR WHEN PAGE IS NOT AVAILABLE
|
![]() | FlexiFilePath(String) |
.Ctor - ONLY USE THIS .CTOR WHEN NOT USING RELATIVE PATHS
|
![]() | FlexiFilePath(String, ISite) |
.Ctor - ONLY USE THIS .CTOR AT DESIGNTIME
|
![]() | AbsoluteFilePath |
Resolves the flexipath into an absolute filepath and returns it.
|
![]() | Clone()()() |
Makes a copy of this object
|
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
![]() | Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | FlexiPath |
Gets the flexipath
|
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | SetFlexiPath(String) |
Set's the flexi path
|
![]() | ToString()()() |
Returns the flexipath
(Overrides Object.ToString()()().) |
![]() | UpdateResolver(Page) |
When the original page instance used for resolving has gone, this method can be used to provide a new instance.
|
![]() | UpdateResolver(HttpRequest) |
When the original request instance used for resolving has gone, this method can be used to provide a new instance.
|
![]() | UpdateResolver(ISite) |
When the original ISite instance used for resolving has gone, this method can be used to provide a new instance.
|

Object | |
![]() | FlexiFilePath |