Package version:

Interface CommunityGalleryInfo

Information of community gallery if current gallery is shared to community

interface CommunityGalleryInfo {
    communityGalleryEnabled?: boolean;
    eula?: string;
    publicNamePrefix?: string;
    publicNames?: string[];
    publisherContact?: string;
    publisherUri?: string;
}

Properties

communityGalleryEnabled?: boolean

Contains info about whether community gallery sharing is enabled. NOTE: This property will not be serialized. It can only be populated by the server.

eula?: string

End-user license agreement for community gallery image.

publicNamePrefix?: string

The prefix of the gallery name that will be displayed publicly. Visible to all users.

publicNames?: string[]

Community gallery public name list. NOTE: This property will not be serialized. It can only be populated by the server.

publisherContact?: string

Community gallery publisher support email. The email address of the publisher. Visible to all users.

publisherUri?: string

The link to the publisher website. Visible to all users.