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