Commerce Foundation ImageGalleryFile

An image gallery file represents an image file in the image gallery directory folder.

Model

This commerce entity can be modified, as required. This model, taken from the out-of-the-box site, is provided as an example.

<CommerceEntity name="ImageGalleryFile">
   <DisplayName value="ImageGalleryFile" />
    <Description value="Represents an Image Gallery file." />

   <Authorization>
      <Operation name="Query" >
         <Claimset name="Everyone"/>
      </Operation>
   </Authorization> 

   <Properties>
      <Property name="Id" dataType="String">
          <DisplayName value="Id" />
          <Description value="Image Path - the unique id of the image gallery file." />
      </Property>
      <Property name="Name" dataType="String">
         <DisplayName value="Name" />
         <Description value="The name of the image file." />
      </Property>
   </Properties>
</CommerceEntity>

Properties

Property

Type

Description

Id

String

The unique ID of the image file.

Name

String

The name of the image file.

Supported Operations

The product commerce entity supports the following operations:

Commerce Foundation ImageGalleryFile CommerceQuery

See Also

Other Resources

Developing with the Commerce Foundation Catalog System