Show / Hide Table of Contents

Interface IFileSecurityController

Namespace: DotNetNuke.Services.FileSystem.Internal
Assembly: DotNetNuke.dll
Syntax
public interface IFileSecurityController

Methods

Validate(string, Stream)

Declaration
bool Validate(string fileName, Stream fileContent)
Parameters
Type Name Description
string fileName
Stream fileContent
Returns
Type Description
bool

ValidateNotExectuable(Stream)

Declaration
bool ValidateNotExectuable(Stream fileContent)
Parameters
Type Name Description
Stream fileContent
Returns
Type Description
bool

Extension Methods

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