summaryM:DotNetNuke.Services.FileSystem.FileController.GetFileContent(System.Int32,System.Int32)
Namespace: DotNetNuke.Services.FileSystemAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DNN 6.0. It has been replaced by FileManager.Instance.GetFileContent(IFileInfo file) ")] public byte[] GetFileContent( int fileId, int portalId ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 6.0. It has been replaced by FileManager.Instance.GetFileContent(IFileInfo file) ")> Public Function GetFileContent ( fileId As Integer, portalId As Integer ) As Byte() |
Parameters
- fileId
- Type: System..::..Int32
paramfileIdM:DotNetNuke.Services.FileSystem.FileController.GetFileContent(System.Int32,System.Int32)
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.FileSystem.FileController.GetFileContent(System.Int32,System.Int32)