Show / Hide Table of Contents

Class FileLockingController

Inheritance
object
ServiceLocator<IFileLockingController, FileLockingController>
FileLockingController
Implements
IFileLockingController
Inherited Members
ServiceLocator<IFileLockingController, FileLockingController>.SetTestableInstance(IFileLockingController)
ServiceLocator<IFileLockingController, FileLockingController>.ClearInstance()
ServiceLocator<IFileLockingController, FileLockingController>.GetFactory()
ServiceLocator<IFileLockingController, FileLockingController>.Instance
ServiceLocator<IFileLockingController, FileLockingController>.Factory
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.FileSystem.Internal
Assembly: DotNetNuke.dll
Syntax
public class FileLockingController : ServiceLocator<IFileLockingController, FileLockingController>, IFileLockingController

Constructors

FileLockingController()

Declaration
public FileLockingController()

Methods

GetFactory()

Declaration
protected override Func<IFileLockingController> GetFactory()
Returns
Type Description
Func<IFileLockingController>
Overrides
ServiceLocator<IFileLockingController, FileLockingController>.GetFactory()

IsFileLocked(IFileInfo, out string)

Declaration
public bool IsFileLocked(IFileInfo file, out string lockReasonKey)
Parameters
Type Name Description
IFileInfo file
string lockReasonKey
Returns
Type Description
bool

IsFileOutOfPublishPeriod(IFileInfo, int, int)

Declaration
public bool IsFileOutOfPublishPeriod(IFileInfo file, int portalId, int userId)
Parameters
Type Name Description
IFileInfo file
int portalId
int userId
Returns
Type Description
bool

Implements

IFileLockingController

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS