  | PeriodGetPeriods Method (String) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic static IEnumerable<Period> GetPeriods(
	string periodId
)
Public Shared Function GetPeriods ( 
	periodId As String
) As IEnumerable(Of Period)
Parameters
- periodId
 - Type: SystemString
 
Return Value
Type: 
IEnumerablePeriod
See Also