Interface IFileSecurityChecker
File Content Security Checker.
Namespace: DotNetNuke.Services.FileSystem.Internal
Assembly: DotNetNuke.dll
Syntax
public interface IFileSecurityChecker
Methods
| Improve this Doc View SourceValidate(Stream)
Checks if the file has valid content.
Declaration
bool Validate(Stream fileContent)
Parameters
Type | Name | Description |
---|---|---|
Stream | fileContent | The File Content. |
Returns
Type | Description |
---|---|
System.Boolean | true if the file has valid content, otherwise false. |