Method WithID
WithID(SectionID)
Sets the ID of the section.
public T WithID(SectionID id)
Parameters
id
SectionIDThe ID to set.
Returns
- T
The builder instance.
WithID(Guid)
Sets the ID of the section using a Guid.
public T WithID(Guid id)
Parameters
id
GuidThe ID to set.
Returns
- T
The builder instance.