AbstractRepositoryGetAbstractAuthorTypes Method

Retrieves a list of all known Author Types Author Types are configured on the Author sub-entities under a given Abstract rather than on the abstract itself

Definition

Namespace: Ignition.Events.Abstracts
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IReadOnlyCollection<AuthorType> GetAbstractAuthorTypes()

Return Value

IReadOnlyCollectionAuthorType
The requested list

See Also