Class FileUrlHelper
Inherited Members
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 |