Create a new gallery

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IGallery CreateGallery(
	string name,
	string description,
	IAsset MainImage,
	IFolioModule folioModule
)
Visual Basic
Function CreateGallery ( _
	name As String, _
	description As String, _
	MainImage As IAsset, _
	folioModule As IFolioModule _
) As IGallery
Visual C++
IGallery^ CreateGallery(
	String^ name, 
	String^ description, 
	IAsset^ MainImage, 
	IFolioModule^ folioModule
)

Parameters

name
Type: System..::..String
Name of the gallery to create
description
Type: System..::..String
Detailed description
MainImage
Type: Cartella.Interfaces..::..IAsset
Main image of the gallery
folioModule
Type: Cartella.Interfaces..::..IFolioModule

Field Value

IGallery

Return Value

Created Gallery

See Also