SharingProfile Class

Definition

Profile for gallery sharing to subscription or tenant

public class SharingProfile
type SharingProfile = class
Public Class SharingProfile
Inheritance
SharingProfile

Constructors

SharingProfile()

Initializes a new instance of the SharingProfile class.

SharingProfile(String, IList<SharingProfileGroup>, CommunityGalleryInfo)

Initializes a new instance of the SharingProfile class.

Properties

CommunityGalleryInfo

Gets or sets information of community gallery if current gallery is shared to community.

Groups

Gets a list of sharing profile groups.

Permissions

Gets or sets this property allows you to specify the permission of sharing gallery. &lt;br&gt;&lt;br&gt; Possible values are: &lt;br&gt;&lt;br&gt; Private &lt;br&gt;&lt;br&gt; Groups &lt;br&gt;&lt;br&gt; Community. Possible values include: 'Private', 'Groups', 'Community'

Applies to