Method GetPostingsFormat
GetPostingsFormat(String)
Gets the PostingsFormat instance from the provided name
.
Declaration
PostingsFormat GetPostingsFormat(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the PostingsFormat instance to retrieve. |
Returns
Type | Description |
---|---|
PostingsFormat | The PostingsFormat instance. |