Interface IInUseNotificationRepository
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public interface IInUseNotificationRepository
Methods
AddInUseNotification(InUseNotification)
Declaration
bool AddInUseNotification(InUseNotification inUseNotification)
Parameters
Returns
Type |
Description |
System.Boolean |
|
GetAllInUseNotifications()
Declaration
IEnumerable<InUseNotification> GetAllInUseNotifications()
Returns
GetContentInUseNotification(IContent)
Declaration
IEnumerable<InUseNotification> GetContentInUseNotification(IContent content)
Parameters
Returns
GetContentInUseNotification(Guid, String)
Declaration
IEnumerable<InUseNotification> GetContentInUseNotification(Guid contentGuid, string languageBranch)
Parameters
Type |
Name |
Description |
System.Guid |
contentGuid |
|
System.String |
languageBranch |
|
Returns
GetInUseNotification(Identity)
Declaration
InUseNotification GetInUseNotification(Identity id)
Parameters
Returns
GetInUseNotification(String, IContent)
Declaration
InUseNotification GetInUseNotification(string user, IContent content)
Parameters
Type |
Name |
Description |
System.String |
user |
|
IContent |
content |
|
Returns
GetInUseNotification(String, Guid, String)
Declaration
InUseNotification GetInUseNotification(string user, Guid contentGuid, string languageBranch)
Parameters
Type |
Name |
Description |
System.String |
user |
|
System.Guid |
contentGuid |
|
System.String |
languageBranch |
|
Returns
GetInUseNotification(String, Guid, String, Boolean)
Declaration
InUseNotification GetInUseNotification(string user, Guid contentGuid, string languageBranch, bool isManualLocked)
Parameters
Type |
Name |
Description |
System.String |
user |
|
System.Guid |
contentGuid |
|
System.String |
languageBranch |
|
System.Boolean |
isManualLocked |
|
Returns
RemoveInUseNotification(InUseNotification)
Declaration
void RemoveInUseNotification(InUseNotification inUseNotification)
Parameters
UpdateInUseNotification(InUseNotification)
Declaration
void UpdateInUseNotification(InUseNotification inUseNotification)
Parameters
Extension Methods