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