Method WithID
WithID(SectionDefinitionID)
Sets the ID for the section definition.
public T WithID(SectionDefinitionID id)
Parameters
id
SectionDefinitionIDThe ID to set.
Returns
- T
The builder instance.
WithID(Guid)
Sets the ID for the section definition using a GUID.
public T WithID(Guid id)
Parameters
id
GuidThe GUID to set as the ID.
Returns
- T
The builder instance.