Click or drag to resize

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

Namespace: Ignition.Events.Abstracts
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<AuthorType> GetAbstractAuthorTypes()

Return Value

IReadOnlyCollectionAuthorType
The requested list
See Also