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