CanShareDetail enumeration

Enumerates the detail of why sharing a particular resource is allowed or not allowed.

Namespace:  Microsoft.Lync.Model.Conversation.Sharing
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Enumeration CanShareDetail
'Usage
Dim instance As CanShareDetail
public enum CanShareDetail

Members

Member name Description
Allowed Sharing is allowed.
DisabledByPolicy Sharing is disabled by admin policy.
DisabledByOrganizerPolicy Sharing is disabled by organizer policy.
DisabledByRole Sharing is disabled based on participant role.
CannotConnect Cannot share because a connection to the Lync server cannot be made at this time.
DisabledForOtherReason Disabled for some other reason.
Invalid

See also

Reference

Microsoft.Lync.Model.Conversation.Sharing namespace