New to Telerik Document ProcessingStart a free 30-day trial

Base configuration for content controls that embed reusable building blocks, providing filtering by gallery and category.

Definition

Constructors

Initializes a new instance of the DocumentPartPropertiesBase class.

C#
public DocumentPartPropertiesBase(DocumentPartPropertiesBase properties)
Parameters:propertiesDocumentPartPropertiesBase

Initializes a new instance of the DocumentPartPropertiesBase class.

C#
public DocumentPartPropertiesBase(SdtType type)
Parameters:typeSdtType

Properties

Gets or sets whether the content control references a built-in building block provided by the application.

C#
public bool ContainsBuiltInDocPart { get; set; }

Gets or sets the category name used to further filter available building blocks within the specified gallery.

C#
public string DocumentPartCategoryFilter { get; set; }

Gets or sets the gallery name used to filter which building blocks are available for selection.

C#
public string DocumentPartGalleryFilter { get; set; }