/// <summary>
 /// Initializes a new instance of the <see cref="ArticleSectionFields" /> class with the specified content item of type ArticleSection.
 /// </summary>
 /// <param name="instance">The content item of type ArticleSection that is a target of the extended API.</param>
 public ArticleSectionFields(ArticleSection instance)
 {
     mInstance = instance;
 }
			/// <summary>
			/// Initializes a new instance of the <see cref="ArticleSectionFields" /> class with the specified content item of type ArticleSection.
			/// </summary>
			/// <param name="instance">The content item of type ArticleSection that is a target of the extended API.</param>
			public ArticleSectionFields(ArticleSection instance)
			{
				mInstance = instance;
			}