Specifies how to trim common words from the beginning of a field to enable title sorting by that field.
 Declaration Syntax
 Declaration Syntax| C# | 
public class SourceDataTrimTitle
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SourceDataTrimTitle()()()() | Initializes a new instance of the SourceDataTrimTitle class | 
|  | DefaultValue | 
            The default value to use if the source attribute is not specified in a document. Optional.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Language | 
            An IETF RFC 4646 language code. Only the primary language is considered. English (en) is
            currently the only supported language.
             
             Constraints: | 
|  | Separator | 
            The separator that follows the text to trim.
             
             | 
|  | SourceName | 
            The name of the document source field to add to this IndexField.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDefaultValue(String) | Obsolete. 
            Sets the DefaultValue property
             | 
|  | WithLanguage(String) | Obsolete. 
            Sets the Language property
             | 
|  | WithSeparator(String) | Obsolete. 
            Sets the Separator property
             | 
|  | WithSourceName(String) | Obsolete. 
            Sets the SourceName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | SourceDataTrimTitle |