Show / Hide Table of Contents

Class FileUrlHelper

Inheritance
object
FileUrlHelper
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class FileUrlHelper

Constructors

FileUrlHelper()

Declaration
public FileUrlHelper()

Methods

IsLinkClickURLFormat(string, NameValueCollection, out IFileInfo)

Declaration
public static bool IsLinkClickURLFormat(string requestPath, NameValueCollection requestQueryString, out IFileInfo fileRequested)
Parameters
Type Name Description
string requestPath
NameValueCollection requestQueryString
IFileInfo fileRequested
Returns
Type Description
bool

IsStandardFileURLFormat(string, out IFileInfo)

Declaration
public static bool IsStandardFileURLFormat(string requestPath, out IFileInfo fileRequested)
Parameters
Type Name Description
string requestPath
IFileInfo fileRequested
Returns
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS