Skip to main content

WhyInfo Properties

An object defining properties for the WhyInfo class.

Id

Gets or sets the unique identifier for the why information.

Type: long

This property contains the unique numerical identifier for this instance of why information in the document management system.


Name

Gets or sets the localized names for the why information.

Type: Dictionary<string, string>

This property contains a dictionary mapping language codes to localized names, allowing the why information to be displayed in multiple languages.


Child

Gets or sets the child why information.

Type: WhyInfo

This property contains a reference to the next level of why information in the hierarchy, allowing for the creation of a chain of reasons or causes.