summaryM:DotNetNuke.Services.FileSystem.DatabaseFolderProvider.SetFileAttributes(DotNetNuke.Services.FileSystem.IFileInfo,System.IO.FileAttributes)

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

Syntax

C#
public override void SetFileAttributes(
	IFileInfo file,
	FileAttributes fileAttributes
)
Visual Basic
Public Overrides Sub SetFileAttributes ( 
	file As IFileInfo,
	fileAttributes As FileAttributes
)

Parameters

file
Type: DotNetNuke.Services.FileSystem..::..IFileInfo
paramfileM:DotNetNuke.Services.FileSystem.DatabaseFolderProvider.SetFileAttributes(DotNetNuke.Services.FileSystem.IFileInfo,System.IO.FileAttributes)
fileAttributes
Type: System.IO..::..FileAttributes
paramfileAttributesM:DotNetNuke.Services.FileSystem.DatabaseFolderProvider.SetFileAttributes(DotNetNuke.Services.FileSystem.IFileInfo,System.IO.FileAttributes)

See Also