summaryM:DotNetNuke.Services.FileSystem.FileUrlHelper.IsStandardFileURLFormat(System.String,DotNetNuke.Services.FileSystem.IFileInfo@)

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static bool IsStandardFileURLFormat(
	string requestPath,
	out IFileInfo fileRequested
)
Visual Basic
Public Shared Function IsStandardFileURLFormat ( 
	requestPath As String,
	<OutAttribute> ByRef fileRequested As IFileInfo
) As Boolean

Parameters

requestPath
Type: System..::..String
paramrequestPathM:DotNetNuke.Services.FileSystem.FileUrlHelper.IsStandardFileURLFormat(System.String,DotNetNuke.Services.FileSystem.IFileInfo@)
fileRequested
Type: DotNetNuke.Services.FileSystem..::..IFileInfo%
paramfileRequestedM:DotNetNuke.Services.FileSystem.FileUrlHelper.IsStandardFileURLFormat(System.String,DotNetNuke.Services.FileSystem.IFileInfo@)

Return Value

returnsM:DotNetNuke.Services.FileSystem.FileUrlHelper.IsStandardFileURLFormat(System.String,DotNetNuke.Services.FileSystem.IFileInfo@)

See Also