Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam NET Developer 10 topic 1 question 37 discussion

Actual exam question from Sitecore's NET Developer 10
Question #: 37
Topic #: 1
[All NET Developer 10 Questions]

When is it possible to edit a field inline with Experience Editor if the component is developed using Sitecore MVC?

  • A. When the field is rendered on a page with existing content
  • B. When the field is marked as inline editable in its definition
  • C. When a Field() helper method is used to render the field
  • D. When the field is marked as versioned rather than unversioned
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ARUNKHADHRI
1 month, 1 week ago
Selected Answer: C
C is the answer as per the below blog. https://marcotanainsights.wordpress.com/2017/10/05/tips-on-using-html-sitecore-fields-parameters-object/
upvoted 1 times
...
PRAVF9CY
2 months, 2 weeks ago
Selected Answer: C
Main Point : Developed using Sitecore MVC. Hence @Html.Sitecore().Field("Field Name", new { DisableWebEdit = true }) Hence answer is C
upvoted 1 times
...
blacky_sa
3 months, 3 weeks ago
Selected Answer: C
you just use Html.Sitecore().Field() and it is editable in experience editor
upvoted 1 times
...
uma_fox
9 months, 2 weeks ago
Selected Answer: B
B correct
upvoted 1 times
...
begao
1 year ago
The answer is B. When the field is marked as inline editable in its definition. To make a field editable in the Experience Editor, you need to mark it as inline editable in its definition. This can be done by setting the InlineEditable attribute to true on the field definition item
upvoted 1 times
...
AlexEthisys
1 year, 1 month ago
Selected Answer: C
The answer is C
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...