BuildingBlockGallery Property
In This Topic
Gets or sets the gallery of building blocks which shall be used as the filter when determining the possible choices of building blocks which are displayed for insertion into the content control. A building block gallery is a classification of building blocks, which might then be subdivided into categories. This property has effect for content controls with types
BuildingBlockGallery and
ContentControlType.BuildingBlock.
Syntax
'Declaration
Public Property BuildingBlockGallery As System.String
public System.string BuildingBlockGallery {get; set;}
See Also