TemplateDataTemplateCellIds Property  | 
 
            Gets the collection of IDs for template cells which hold adapters.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "templateCellIds", EmitDefaultValue = false)]
public IList<string> TemplateCellIds { get; }<DataMemberAttribute(Name := "templateCellIds", EmitDefaultValue := false)>
Public ReadOnly Property TemplateCellIds As IList(Of String)
	Get
public:
[DataMemberAttribute(Name = L"templateCellIds", EmitDefaultValue = false)]
property IList<String^>^ TemplateCellIds {
	IList<String^>^ get ();
}[<DataMemberAttribute(Name = "templateCellIds", EmitDefaultValue = false)>]
member TemplateCellIds : IList<string> with get
Property Value
Type: 
IListString
            The template cell IDs.
            
See Also