Dynamicweb 8 Documentation
GetStateById Method

The ID.
The LanguageID.
Gets the ReturnMerchandiseAuthorizationState by ID and LanguageID. If no matching ReturnMerchandiseAuthorizationState exists, the Default ReturnMerchandiseAuthorizationState is used.
Syntax
'Declaration
 
Public Shared Function GetStateById( _ 
   ByVal stateId As Integer, _ 
   ByVal languageId As String _ 
) As ReturnMerchandiseAuthorizationState
public static ReturnMerchandiseAuthorizationState GetStateById( 
   int stateId,
   string languageId 
)

Parameters

stateId
The ID.
languageId
The LanguageID.
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

Send Feedback