CommunityGalleryInfo interface
Information of community gallery if current gallery is shared to community
Properties
community |
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 | End-user license agreement for community gallery image. |
public |
The prefix of the gallery name that will be displayed publicly. Visible to all users. |
public |
Community gallery public name list. NOTE: This property will not be serialized. It can only be populated by the server. |
publisher |
Community gallery publisher support email. The email address of the publisher. Visible to all users. |
publisher |
The link to the publisher website. Visible to all users. |
Property Details
communityGalleryEnabled
Contains info about whether community gallery sharing is enabled. NOTE: This property will not be serialized. It can only be populated by the server.
communityGalleryEnabled?: boolean
Property Value
boolean
eula
End-user license agreement for community gallery image.
eula?: string
Property Value
string
publicNamePrefix
The prefix of the gallery name that will be displayed publicly. Visible to all users.
publicNamePrefix?: string
Property Value
string
publicNames
Community gallery public name list. NOTE: This property will not be serialized. It can only be populated by the server.
publicNames?: string[]
Property Value
string[]
publisherContact
Community gallery publisher support email. The email address of the publisher. Visible to all users.
publisherContact?: string
Property Value
string
publisherUri
The link to the publisher website. Visible to all users.
publisherUri?: string
Property Value
string