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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...