GenerateCodeLibraryOptions Class

The options class used for generating a code library.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGenerateCodeLibraryOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class GenerateCodeLibraryOptions

The GenerateCodeLibraryOptions type exposes the following members.

Constructors
  NameDescription
Public methodGenerateCodeLibraryOptions
Initializes a new instance of the GenerateCodeLibraryOptions class.
Top
Properties
  NameDescription
Public propertyContent
Gets or sets the content.
Public propertyContentType
Gets the content type.
Public propertyName
Gets the name of the entry.
Public propertyParentId
Gets the ID of the item's parent.
Public propertyReferenceIds
Gets the reference IDs.
Top
See Also