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
+9-19Lines changed: 9 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -622,7 +622,7 @@ public ContentType ContentType(string uid = null)
622
622
returnnewContentType(this,uid);
623
623
}
624
624
/// <summary>
625
-
/// <see cref="Models.Asset"/> efer to all the media files (images, videos, PDFs, audio files, and so on) uploaded in your Contentstack repository for future use.
625
+
/// <see cref="Models.Asset"/> refer to all the media files (images, videos, PDFs, audio files, and so on) uploaded in your Contentstack repository for future use.
626
626
/// </summary>
627
627
/// <param name="uid">Optional asset uid.</param>
628
628
/// <example>
@@ -762,7 +762,7 @@ public ManagementToken ManagementTokens(string uid = null)
762
762
}
763
763
764
764
/// <summary>
765
-
/// A <see cref="Models.Role" /> collection of permissions that will be applicable to all the users who are assigned this role.
765
+
/// A <see cref="Models.Role" /> is a collection of permissions that will be applicable to all the users who are assigned this role.
766
766
/// </summary>
767
767
/// <param name="uid">Optional, role uid.</param>
768
768
/// <example>
@@ -772,7 +772,7 @@ public ManagementToken ManagementTokens(string uid = null)
@@ -843,17 +843,17 @@ public PublishQueue PublishQueue(string uid = null)
843
843
returnnewPublishQueue(this,uid);
844
844
}
845
845
/// <summary>
846
-
/// A <see cref="Models.Webhook" /> a mechanism that sends real-time information to any third-party app or service to keep your application in sync with your Contentstack account.
846
+
/// A <see cref="Models.Webhook" /> is a mechanism that sends real-time information to any third-party app or service to keep your application in sync with your Contentstack account.
@@ -913,24 +913,14 @@ public BulkOperation BulkOperation()
913
913
}
914
914
915
915
/// <summary>
916
-
/// Gets the bulk operation instance for performing bulk operations on entries and assets.
916
+
/// A <see cref="Models.Variants" /> represents different versions or variations of content entries that allow you to create and manage multiple variants of the same content.
0 commit comments