Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserGroupExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class UserGroupExtensions

    Methods

    View Source

    IsSystemUserGroup(IReadOnlyUserGroup)

    Declaration
    public static bool IsSystemUserGroup(this IReadOnlyUserGroup group)
    Parameters
    Type Name Description
    IReadOnlyUserGroup group
    Returns
    Type Description
    System.Boolean
    View Source

    IsSystemUserGroup(IUserGroup)

    Declaration
    public static bool IsSystemUserGroup(this IUserGroup group)
    Parameters
    Type Name Description
    IUserGroup group
    Returns
    Type Description
    System.Boolean
    View Source

    ToReadOnlyGroup(IUserGroup)

    Declaration
    public static IReadOnlyUserGroup ToReadOnlyGroup(this IUserGroup group)
    Parameters
    Type Name Description
    IUserGroup group
    Returns
    Type Description
    IReadOnlyUserGroup
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • IsSystemUserGroup(IReadOnlyUserGroup)
      • IsSystemUserGroup(IUserGroup)
      • ToReadOnlyGroup(IUserGroup)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX