Click or drag to resize

DocumentsRepositoryBaseSupportedGenerationProcedures Property

Gets the generation procedures, supported by the document entity type.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public virtual IEnumerable<IDocumentGenerationInfo> SupportedGenerationProcedures { get; }

Property Value

Type: IEnumerableIDocumentGenerationInfo
The supported generation procedures.
See Also