Expand Minimize
This topic has not yet been rated - Rate this topic

LanguageDecisionOptions enumeration

SharePoint 2013

Specifies the options to pass to TryDetermineLanguage to customize logic.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableTypeAttribute]
[FlagsAttribute]
public enum LanguageDecisionOptions
Member nameDescription
NoneRun all default logic steps. Value = 0.
NoFuzzyMatchingDo not use shortest path matching. Instead, only use direct language fallback. Value = 1.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.