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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -645,7 +645,6 @@ public Asset Asset(string uid = null)
645
645
returnnewAsset(this,uid);
646
646
}
647
647
648
-
/*
649
648
/// <summary>
650
649
/// <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>.
651
650
/// </summary>
@@ -727,6 +726,7 @@ public Taxonomy Taxonomy(string uid = null)
727
726
728
727
return new Taxonomy(this, uid);
729
728
}
729
+
*/
730
730
731
731
/// <summary>
732
732
/// A publishing <see cref="Models.Environment" /> corresponds to one or more deployment servers or a content delivery destination where the entries need to be published.
@@ -748,6 +748,7 @@ public Environment Environment(string uid = null)
748
748
returnnewEnvironment(this,uid);
749
749
}
750
750
751
+
/*
751
752
/// <summary>
752
753
/// You can use <see cref="Models.Token.DeliveryToken" /> to authenticate Content Delivery API (CDA) requests and retrieve the published content of an environment.
0 commit comments