Search Results for

    Show / Hide Table of Contents

    Class YammerUserNetworkSettings

    Holds yammer user network settings

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

    Properties

    admin_can_delete_messages

    Represents admin delegate messages

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

    allow_attachments

    Yammer user attachments

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

    allow_external_sharing

    Represents boolean value to allow external sharing

    Declaration
    public bool allow_external_sharing { get; set; }
    Property Value
    System.Boolean

    allow_inline_document_view

    Represents boolean value to allow inline document view

    Declaration
    public bool allow_inline_document_view { get; set; }
    Property Value
    System.Boolean

    allow_inline_video

    Represents boolean value to allow inline video

    Declaration
    public bool allow_inline_video { get; set; }
    Property Value
    System.Boolean

    allow_yammer_apps

    Represents boolean value to allow yammer application

    Declaration
    public bool allow_yammer_apps { get; set; }
    Property Value
    System.Boolean

    enable_chat

    Represents boolean value enable chat

    Declaration
    public bool enable_chat { get; set; }
    Property Value
    System.Boolean

    enable_groups

    Represents boolean value to enable groups to user

    Declaration
    public bool enable_groups { get; set; }
    Property Value
    System.Boolean

    enable_private_messages

    Represents boolean value to enable private messages

    Declaration
    public bool enable_private_messages { get; set; }
    Property Value
    System.Boolean

    message_prompt

    Yammer user message promt

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

    show_communities_directory

    Represents boolean value to dispay communities directory

    Declaration
    public bool show_communities_directory { get; set; }
    Property Value
    System.Boolean

    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