Show / Hide Table of Contents

Class ContentSharingNotification

Inheritance
System.Object
NotificationBase
ContentSharingNotification
Inherited Members
NotificationBase.Equals(Object)
NotificationBase.GetHashCode()
NotificationBase.Id
NotificationBase.Type
NotificationBase.Links
NotificationBase.AdditionalData
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class ContentSharingNotification : NotificationBase

Constructors

ContentSharingNotification()

Declaration
public ContentSharingNotification()

Properties

Identifier

Declaration
public string Identifier { get; set; }
Property Value
Type Description
System.String

Presenter

Declaration
public Participant Presenter { get; set; }
Property Value
Type Description
Participant

Reason

Declaration
public ContentSharingNotificationReason Reason { get; set; }
Property Value
Type Description
ContentSharingNotificationReason

SessionState

Declaration
public dynamic SessionState { get; set; }
Property Value
Type Description
System.Object

Subject

Declaration
public string Subject { get; set; }
Property Value
Type Description
System.String

Methods

Validate()

Declaration
public override void Validate()
Overrides
NotificationBase.Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX