Search Results for

    Show / Hide Table of Contents

    Class AudienceEntity

    Holds information about the defined audiences (used by modernization scanner)

    Inheritance
    System.Object
    AudienceEntity
    Namespace: PnP.Framework.Modernization.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class AudienceEntity : object

    Constructors

    AudienceEntity()

    Default constructor

    Declaration
    public AudienceEntity()

    Properties

    GlobalAudiences

    List of defined global audiences

    Declaration
    public List<string> GlobalAudiences { get; set; }
    Property Value
    List<System.String>

    SecurityGroups

    List of security group based audiences

    Declaration
    public List<string> SecurityGroups { get; set; }
    Property Value
    List<System.String>

    SharePointGroups

    List of SharePoint group based audiences

    Declaration
    public List<string> SharePointGroups { get; set; }
    Property Value
    List<System.String>

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer