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
Provisioning Parent provisioning template |
Methods
Equals(SupportedUILanguageCollection)
Compare languages
Declaration
public bool Equals(SupportedUILanguageCollection other)
Parameters
Supported Collection of languages to compare with |
Returns
System. True if the same, false otherwise |