summaryM:DotNetNuke.Services.FileSystem.Internal.FileLockingController.IsFileOutOfPublishPeriod(DotNetNuke.Services.FileSystem.IFileInfo,System.Int32,System.Int32)

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

Syntax

C#
public bool IsFileOutOfPublishPeriod(
	IFileInfo file,
	int portalId,
	int userId
)
Visual Basic
Public Function IsFileOutOfPublishPeriod ( 
	file As IFileInfo,
	portalId As Integer,
	userId As Integer
) As Boolean

Parameters

file
Type: DotNetNuke.Services.FileSystem..::..IFileInfo
paramfileM:DotNetNuke.Services.FileSystem.Internal.FileLockingController.IsFileOutOfPublishPeriod(DotNetNuke.Services.FileSystem.IFileInfo,System.Int32,System.Int32)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.FileSystem.Internal.FileLockingController.IsFileOutOfPublishPeriod(DotNetNuke.Services.FileSystem.IFileInfo,System.Int32,System.Int32)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.FileSystem.Internal.FileLockingController.IsFileOutOfPublishPeriod(DotNetNuke.Services.FileSystem.IFileInfo,System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Services.FileSystem.Internal.FileLockingController.IsFileOutOfPublishPeriod(DotNetNuke.Services.FileSystem.IFileInfo,System.Int32,System.Int32)

Implements

IFileLockingController..::..IsFileOutOfPublishPeriod(IFileInfo, Int32, Int32)

See Also