Skip to content

Commit 0013630

Browse files
committed
Updated sources
1 parent d66f45c commit 0013630

4 files changed

Lines changed: 284 additions & 31 deletions

File tree

src/GroupDocs.Conversion.Cloud.Sdk/GroupDocs.Conversion.Cloud.Sdk.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net20</TargetFrameworks>
5-
<AssemblyVersion>25.5.0.0</AssemblyVersion>
6-
<FileVersion>25.5.0.0</FileVersion>
7-
<Version>25.5</Version>
5+
<AssemblyVersion>25.6.0.0</AssemblyVersion>
6+
<FileVersion>25.6.0.0</FileVersion>
7+
<Version>25.6</Version>
88
<StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
99
<Company>GroupDocs</Company>
1010
<Authors>GroupDocs Product Team</Authors>

src/GroupDocs.Conversion.Cloud.Sdk/GroupDocs.Conversion.Cloud.Sdk.xml

Lines changed: 129 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GroupDocs.Conversion.Cloud.Sdk/Model/PresentationLoadOptions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,17 @@ public enum NotesPositionEnum
110110
public bool? ClearBuiltInDocumentProperties { get; set; }
111111

112112
/// <summary>
113-
/// Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.Depth Default: 1
113+
/// Option to control how many levels in depth to perform conversion Default: 1
114114
/// </summary>
115115
public int? Depth { get; set; }
116116

117117
/// <summary>
118-
/// Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.ConvertOwned Default is false
118+
/// Option to control whether the owned documents in the documents container must be converted
119119
/// </summary>
120120
public bool? ConvertOwned { get; set; }
121121

122122
/// <summary>
123-
/// Implements GroupDocs.Conversion.Contracts.IDocumentsContainerLoadOptions.ConvertOwner Default is true
123+
/// Option to control whether the documents container itself must be converted If this property is true the documents container will be the first converted document Default is true
124124
/// </summary>
125125
public bool? ConvertOwner { get; set; }
126126

0 commit comments

Comments
 (0)