Class
DocumentPartGalleryProperties

Represents the properties of a structured document tag of DocumentPartGallery type.

Definition

Constructors

DocumentPartGalleryProperties()

Initializes a new instance of the DocumentPartGalleryProperties class.

Declaration

cs-api-definition
public DocumentPartGalleryProperties()

DocumentPartGalleryProperties(DocumentPartGalleryProperties)

Initializes a new instance of the DocumentPartGalleryProperties class.

Declaration

cs-api-definition
public DocumentPartGalleryProperties(DocumentPartGalleryProperties properties)

Parameters

properties

DocumentPartGalleryProperties

Properties

ContainsBuiltInDocPart

Gets or sets a value that indicated whether the sdt contains a built in document part.

Declaration

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

Property Value

bool

DocumentPartCategoryFilter

Gets or sets the document part category filter.

Declaration

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

Property Value

string

DocumentPartGalleryFilter

Gets or sets the document part gallery filter.

Declaration

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

Property Value

string