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 |