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