Class
DocumentPartPropertiesBase

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

Definition

Constructors

DocumentPartPropertiesBase(DocumentPartPropertiesBase)

Initializes a new instance of the DocumentPartPropertiesBase class.

Declaration

cs-api-definition
public DocumentPartPropertiesBase(DocumentPartPropertiesBase properties)

Parameters

properties

DocumentPartPropertiesBase

DocumentPartPropertiesBase(SdtType)

Initializes a new instance of the DocumentPartPropertiesBase class.

Declaration

cs-api-definition
public DocumentPartPropertiesBase(SdtType type)

Parameters

type

SdtType

Properties

ContainsBuiltInDocPart

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

Declaration

cs-api-definition
public bool ContainsBuiltInDocPart { get; set; }

Property Value

bool

DocumentPartCategoryFilter

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

Declaration

cs-api-definition
public string DocumentPartCategoryFilter { get; set; }

Property Value

string

DocumentPartGalleryFilter

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

Declaration

cs-api-definition
public string DocumentPartGalleryFilter { get; set; }

Property Value

string