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 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class GenerateCodeLibraryOptions

The GenerateCodeLibraryOptions type exposes the following members.

Constructors
 NameDescription
Public methodGenerateCodeLibraryOptionsInitializes a new instance of the GenerateCodeLibraryOptions class.
Top
Properties
 NameDescription
Public propertyContentGets or sets the content.
Public propertyContentTypeGets the content type.
Public propertyName Gets the name of the entry.
Public propertyParentId Gets the ID of the item's parent.
Public propertyReferenceIdsGets the reference IDs.
Top
See Also