Dynamicweb 8 Documentation
GetAllStatesByLanguageId(String,Boolean) Method

The LanguageID.
If true the Default ReturnMerchandiseAuthorizationState is used if no translation was found; otherwise the state is skipped.
Gets all ReturnMerchandiseAuthorizationState object translations for the given LanguageID. If a translation is missing for the given language and fallbackToDefault is set to true, the Default Rma State is used.
Syntax
'Declaration
 
Public Overloads Shared Function GetAllStatesByLanguageId( _ 
   ByVal languageId As String, _ 
   ByVal fallbackToDefault As Boolean _ 
) As ReturnMerchandiseAuthorizationStateCollection
public static ReturnMerchandiseAuthorizationStateCollection GetAllStatesByLanguageId( 
   string languageId,
   bool fallbackToDefault 
)

Parameters

languageId
The LanguageID.
fallbackToDefault
If true the Default ReturnMerchandiseAuthorizationState is used if no translation was found; otherwise the state is skipped.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReturnMerchandiseAuthorizationState Class
ReturnMerchandiseAuthorizationState Members
Overload List

Send Feedback