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.
|
allow_attachments
Yammer user attachments
Declaration
public string allow_attachments { get; set; }
Property Value
System.
|
allow_external_sharing
Represents boolean value to allow external sharing
Declaration
public bool allow_external_sharing { get; set; }
Property Value
System.
|
allow_inline_document_view
Represents boolean value to allow inline document view
Declaration
public bool allow_inline_document_view { get; set; }
Property Value
System.
|
allow_inline_video
Represents boolean value to allow inline video
Declaration
public bool allow_inline_video { get; set; }
Property Value
System.
|
allow_yammer_apps
Represents boolean value to allow yammer application
Declaration
public bool allow_yammer_apps { get; set; }
Property Value
System.
|
enable_chat
Represents boolean value enable chat
Declaration
public bool enable_chat { get; set; }
Property Value
System.
|
enable_groups
Represents boolean value to enable groups to user
Declaration
public bool enable_groups { get; set; }
Property Value
System.
|
enable_private_messages
Represents boolean value to enable private messages
Declaration
public bool enable_private_messages { get; set; }
Property Value
System.
|
message_prompt
Yammer user message promt
Declaration
public string message_prompt { get; set; }
Property Value
System.
|
show_communities_directory
Represents boolean value to dispay communities directory
Declaration
public bool show_communities_directory { get; set; }
Property Value
System.
|