Search Results for

    Show / Hide Table of Contents
    View Source

    Class ScopeExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    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
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ReadLock(IScope, ICollection<Int32>)
      • WriteLock(IScope, ICollection<Int32>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX