Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
Is there a way to convert your Model to a document type in v5? For example:
public class News
{
public int Id { get; set; } public string Title { get; set; } public string Body { get; set; }
}
Or is this not the way?
For some reason i can't edit my post to rephrase my question:
Is there a way to generate your document type from a Model in v5?
Hello!
Did you found any way to generate document type programmatically?
Thanks,
Andrey.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Model to Document Type
Hi all,
Is there a way to convert your Model to a document type in v5? For example:
public class News
{
public int Id { get; set; }
public string Title { get; set; }
public string Body { get; set; }
}
Or is this not the way?
For some reason i can't edit my post to rephrase my question:
Is there a way to generate your document type from a Model in v5?
Hello!
Did you found any way to generate document type programmatically?
Thanks,
Andrey.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.