You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Contentstack.Management.Core/Models/Stack.cs
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -643,24 +643,23 @@ public Asset Asset(string uid = null)
643
643
}
644
644
645
645
/// <summary>
646
-
/// A <see cref="Models.GlobalField" /> is a reusable field (or group of fields) that you can define once and reuse in any content type within your stack.
647
-
/// This eliminates the need (and thereby time and efforts) to create the same set of fields repeatedly in multiple content types.
646
+
/// <see cref="Models.GlobalField" /> defines the structure or schema of a page or a section of your web or mobile property. To create global Fields for your application, you are required to first create a global field. Read more about <a href='https://www.contentstack.com/docs/guide/global-fields'>Global Fields</a>.
648
647
/// </summary>
649
-
/// <param name="uid"> Optional global field uid.</param>
648
+
/// <param name="uid">Optional, global field uid.</param>
649
+
/// <param name="apiVersion">Optional, API version for nested global field support.</param>
650
650
/// <example>
651
651
/// <pre><code>
652
652
/// ContentstackClient client = new ContentstackClient("<AUTHTOKEN>", "<API_HOST>");
0 commit comments