Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ContentItem: needs generic GetField and SetField methods #3

Open
joelvarty opened this issue Dec 6, 2022 · 0 comments
Open

ContentItem: needs generic GetField and SetField methods #3

joelvarty opened this issue Dec 6, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@joelvarty
Copy link
Member

should be able to call this to get a field value
contentItem.GetField<string>("title")

should be able to call this to set a field value
contentItem.SetField("title", "The title value")

@joelvarty joelvarty added the enhancement New feature or request label Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants