Class SupportedUILanguageCollection
Collection of SupportedUILanguage objects
Inheritance
System.Object
SupportedUILanguageCollection
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class SupportedUILanguageCollection : BaseProvisioningTemplateObjectCollection<SupportedUILanguage>, IProvisioningTemplateDescendant
Constructors
SupportedUILanguageCollection(ProvisioningTemplate)
Constructor for SupportedUILangaugeCollection class
Declaration
public SupportedUILanguageCollection(ProvisioningTemplate parentTemplate)
Parameters
ProvisioningTemplate
parentTemplate
Parent provisioning template |
Methods
Equals(SupportedUILanguageCollection)
Compare languages
Declaration
public bool Equals(SupportedUILanguageCollection other)
Parameters
SupportedUILanguageCollection
other
Collection of languages to compare with |
Returns
System.Boolean
True if the same, false otherwise |