Method Create
- Namespace
- MailFathom.Application.Emails.Embeddings
- Assembly
- MailFathom.Application.dll
Create(Guid)
Creates a profile identifier from a non-empty UUID.
public static EmbeddingProfileId Create(Guid value)
Parameters
valueGuidThe UUID to wrap.
Returns
- EmbeddingProfileId
A validated profile identifier.
Exceptions
- ArgumentException
Thrown when
valueis empty.