Gets a collection of layout controls that appear on the master.
Namespace: ConnectedApps.Cms.Entities.LayoutAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<LayoutControl> Controls { get; set; }
Public Property Controls As EntityCollection(Of LayoutControl)
Get
Set
public:
property EntityCollection<LayoutControl^>^ Controls {
EntityCollection<LayoutControl^>^ get ();
void set (EntityCollection<LayoutControl^>^ value);
}
member Controls : EntityCollection<LayoutControl> with get, set
Property Value
Type:
EntityCollectionLayoutControl
See Also