Search Results for

    Show / Hide Table of Contents

    Class ScopeExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: cs.temp.dll.dll
    Syntax
    public static class ScopeExtensions

    Methods

    ReadLock(IScope, ICollection<Int32>)

    Declaration
    public static void ReadLock(this IScope scope, ICollection<int> lockIds)
    Parameters
    Type Name Description
    IScope scope
    System.Collections.Generic.ICollection<System.Int32> lockIds

    WriteLock(IScope, ICollection<Int32>)

    Declaration
    public static void WriteLock(this IScope scope, ICollection<int> lockIds)
    Parameters
    Type Name Description
    IScope scope
    System.Collections.Generic.ICollection<System.Int32> lockIds
    In This Article
    • Methods
      • ReadLock(IScope, ICollection<Int32>)
      • WriteLock(IScope, ICollection<Int32>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX