  | DataGroupRepositoryGetById Method  | 
  
    Namespace: 
   Dynamicweb.Deployment
    Assembly:
   Dynamicweb.Deployment (in Dynamicweb.Deployment.dll) Version: 3.0.3
Syntaxpublic abstract DataGroup GetById(
	string id
)
Public MustOverride Function GetById ( 
	id As String
) As DataGroup
Parameters
- id
 - Type: SystemString
 
Return Value
Type: 
DataGroup
See Also