View Source
Class ScopeExtensions
Assembly: Umbraco.Infrastructure.dll
Syntax
public static class ScopeExtensions
Methods
View Source
ReadLock(IScope, ICollection<int>)
Declaration
public static void ReadLock(this IScope scope, ICollection<int> lockIds)
Parameters
| Type |
Name |
Description |
| IScope |
scope |
|
| ICollection<int> |
lockIds |
|
View Source
WriteLock(IScope, ICollection<int>)
Declaration
public static void WriteLock(this IScope scope, ICollection<int> lockIds)
Parameters
| Type |
Name |
Description |
| IScope |
scope |
|
| ICollection<int> |
lockIds |
|