Search Results for

    Show / Hide Table of Contents

    Class YammerGroup

    Represents Yammer Group information Generated based on Yammer response on 30th of June 2014 and using http://json2csharp.com/ service

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

    Properties

    created_at

    DateTime of yammer group created

    Declaration
    public string created_at { get; set; }
    Property Value
    System.String

    creator_id

    yammer group creator id

    Declaration
    public int creator_id { get; set; }
    Property Value
    System.Int32

    creator_type

    yammer group creator type

    Declaration
    public string creator_type { get; set; }
    Property Value
    System.String

    description

    yammer group description

    Declaration
    public object description { get; set; }
    Property Value
    System.Object

    full_name

    full name of yammer group

    Declaration
    public string full_name { get; set; }
    Property Value
    System.String

    id

    Id of yammer group

    Declaration
    public int id { get; set; }
    Property Value
    System.Int32

    mugshot_id

    Mugshot id of yammer group

    Declaration
    public object mugshot_id { get; set; }
    Property Value
    System.Object

    mugshot_url

    Mugshot url of yammer group

    Declaration
    public string mugshot_url { get; set; }
    Property Value
    System.String

    mugshot_url_template

    Mugshot url temlate of yammer group

    Declaration
    public string mugshot_url_template { get; set; }
    Property Value
    System.String

    name

    yammer group name

    Declaration
    public string name { get; set; }
    Property Value
    System.String

    network_id

    yammer group network id

    Declaration
    public int network_id { get; set; }
    Property Value
    System.Int32

    network_name

    yammer group network name

    Declaration
    public string network_name { get; set; }
    Property Value
    System.String

    office365_url

    yammer group office 365 url

    Declaration
    public object office365_url { get; set; }
    Property Value
    System.Object

    privacy

    privacy of yammer group

    Declaration
    public string privacy { get; set; }
    Property Value
    System.String

    show_in_directory

    string value to be displayed in the directory of yammer value

    Declaration
    public string show_in_directory { get; set; }
    Property Value
    System.String

    state

    Yammer group state

    Declaration
    public string state { get; set; }
    Property Value
    System.String

    stats

    Yammer group statistics

    Declaration
    public YammerGroupStats stats { get; set; }
    Property Value
    YammerGroupStats

    type

    Type of yammer group

    Declaration
    public string type { get; set; }
    Property Value
    System.String

    url

    url of yammer group

    Declaration
    public string url { get; set; }
    Property Value
    System.String

    web_url

    web url of yammer group

    Declaration
    public string web_url { get; set; }
    Property Value
    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