Method AvailableServices
AvailableServices()
Gets a list of the available PostingsFormats (by name).
Declaration
public virtual ICollection<string> AvailableServices()
Returns
Type | Description |
---|---|
ICollection<System.String> | A ICollection{string} of PostingsFormat names. |