Class FormProvider
Get all forms with folder hierarchy. Set ExtraInfo to "onlyActive" if you only want to get active forms
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("Form")]
public class FormProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
FormProvider()
Declaration
public FormProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "Form"
Field Value
Type | Description |
---|---|
System.String |
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)