Share via


ApplicationSharingModality.CanShare method (SharingResourceType, CanShareDetail)

Finds if the given resource type can be shared and provides some detail.

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

Syntax

'Declaration
Public Function CanShare ( _
    type As SharingResourceType, _
    <OutAttribute> ByRef detail As CanShareDetail _
) As Boolean
'Usage
Dim instance As ApplicationSharingModality
Dim type As SharingResourceType
Dim detail As CanShareDetail
Dim returnValue As Boolean

returnValue = instance.CanShare(type, _
    detail)
public bool CanShare(
    SharingResourceType type,
    out CanShareDetail detail
)

Parameters

Return value

Type: System.Boolean

See also

Reference

ApplicationSharingModality class

ApplicationSharingModality members

CanShare overload

Microsoft.Lync.Model.Conversation.Sharing namespace