Skip to content

Commit 872ffa0

Browse files
Update file(s) "/." from "groupdocs-metadata/Groupdocs.Metadata-References"
1 parent aec3564 commit 872ffa0

196 files changed

Lines changed: 276 additions & 277 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/metadatapropertytype/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public enum MetadataPropertyType
3535
| MetadataArray | `14` | Represents an array of nested metadata blocks. |
3636
| Guid | `15` | Represents a global unique identifier value. |
3737
| PropertyValueArray | `16` | Represents a metadata property value array. |
38+
| Object | `17` | Represents a metadata property value object. |
3839

3940
### See Also
4041

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/propertyvalue/_index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ public class PropertyValue
2727
| [PropertyValue](propertyvalue#constructor_5)(int[]) | Initializes a new instance of the [`PropertyValue`](../propertyvalue) class with an array of integer values. |
2828
| [PropertyValue](propertyvalue#constructor_6)(long) | Initializes a new instance of the [`PropertyValue`](../propertyvalue) class with a long value. |
2929
| [PropertyValue](propertyvalue#constructor_7)(long[]) | Initializes a new instance of the [`PropertyValue`](../propertyvalue) class with an array of long values. |
30-
| [PropertyValue](propertyvalue#constructor_9)(string) | Initializes a new instance of the [`PropertyValue`](../propertyvalue) class with a string value. |
31-
| [PropertyValue](propertyvalue#constructor_10)(string[]) | Initializes a new instance of the [`PropertyValue`](../propertyvalue) class with a string array. |
32-
| [PropertyValue](propertyvalue#constructor_11)(TimeSpan) | Initializes a new instance of the [`PropertyValue`](../propertyvalue) class with a TimeSpan value. |
33-
| [PropertyValue](propertyvalue#constructor_12)(ushort[]) | Initializes a new instance of the [`PropertyValue`](../propertyvalue) class with an array of ushort values. |
30+
| [PropertyValue](propertyvalue#constructor_9)(object) | Initializes a new instance of the [`PropertyValue`](../propertyvalue) class with a object value. |
31+
| [PropertyValue](propertyvalue#constructor_10)(string) | Initializes a new instance of the [`PropertyValue`](../propertyvalue) class with a string value. |
32+
| [PropertyValue](propertyvalue#constructor_11)(string[]) | Initializes a new instance of the [`PropertyValue`](../propertyvalue) class with a string array. |
33+
| [PropertyValue](propertyvalue#constructor_12)(TimeSpan) | Initializes a new instance of the [`PropertyValue`](../propertyvalue) class with a TimeSpan value. |
34+
| [PropertyValue](propertyvalue#constructor_13)(ushort[]) | Initializes a new instance of the [`PropertyValue`](../propertyvalue) class with an array of ushort values. |
3435

3536
## Properties
3637

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.common/propertyvalue/propertyvalue/_index.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public PropertyValue(double value)
8686

8787
---
8888

89-
## PropertyValue(string) {#constructor_9}
89+
## PropertyValue(string) {#constructor_10}
9090

9191
Initializes a new instance of the [`PropertyValue`](../../propertyvalue) class with a string value.
9292

@@ -106,6 +106,26 @@ public PropertyValue(string value)
106106

107107
---
108108

109+
## PropertyValue(object) {#constructor_9}
110+
111+
Initializes a new instance of the [`PropertyValue`](../../propertyvalue) class with a object value.
112+
113+
```csharp
114+
public PropertyValue(object value)
115+
```
116+
117+
| Parameter | Type | Description |
118+
| --- | --- | --- |
119+
| value | Object | A Object value. |
120+
121+
### See Also
122+
123+
* class [PropertyValue](../../propertyvalue)
124+
* namespace [GroupDocs.Metadata.Common](../../../groupdocs.metadata.common)
125+
* assembly [GroupDocs.Metadata](../../../)
126+
127+
---
128+
109129
## PropertyValue(DateTime) {#constructor_8}
110130

111131
Initializes a new instance of the [`PropertyValue`](../../propertyvalue) class with a DateTime value.
@@ -126,7 +146,7 @@ public PropertyValue(DateTime value)
126146

127147
---
128148

129-
## PropertyValue(TimeSpan) {#constructor_11}
149+
## PropertyValue(TimeSpan) {#constructor_12}
130150

131151
Initializes a new instance of the [`PropertyValue`](../../propertyvalue) class with a TimeSpan value.
132152

@@ -146,7 +166,7 @@ public PropertyValue(TimeSpan value)
146166

147167
---
148168

149-
## PropertyValue(string[]) {#constructor_10}
169+
## PropertyValue(string[]) {#constructor_11}
150170

151171
Initializes a new instance of the [`PropertyValue`](../../propertyvalue) class with a string array.
152172

@@ -246,7 +266,7 @@ public PropertyValue(long[] values)
246266

247267
---
248268

249-
## PropertyValue(ushort[]) {#constructor_12}
269+
## PropertyValue(ushort[]) {#constructor_13}
250270

251271
Initializes a new instance of the [`PropertyValue`](../../propertyvalue) class with an array of ushort values.
252272

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.threed.gltf/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ url: /net/groupdocs.metadata.formats.threed.gltf/
1212

1313
| Class | Description |
1414
| --- | --- |
15-
| [GltfNode](./gltfnode) | Represents metadata associated with an .glTF file. |
1615
| [GltfPackage](./gltfpackage) | Represents .glTF file metadata. |
1716
| [GltfPropertyDefinition](./gltfpropertydefinition) | Represents metadata associated with an .glTF file. |
1817
| [GltfPropertyTable](./gltfpropertytable) | Represents metadata associated with an .glTF file. |

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.threed.gltf/gltfnode/_index.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.threed.gltf/gltfnode/name/_index.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.threed.gltf/gltfpackage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GltfPackage
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Represents .glTF file metadata.
55
type: docs
6-
weight: 3620
6+
weight: 3610
77
url: /net/groupdocs.metadata.formats.threed.gltf/gltfpackage/
88
---
99
## GltfPackage class

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.threed.gltf/gltfpropertydefinition/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GltfPropertyDefinition
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Represents metadata associated with an .glTF file.
55
type: docs
6-
weight: 3630
6+
weight: 3620
77
url: /net/groupdocs.metadata.formats.threed.gltf/gltfpropertydefinition/
88
---
99
## GltfPropertyDefinition class

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.threed.gltf/gltfpropertydefinition/propertytype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ url: /net/groupdocs.metadata.formats.threed.gltf/gltfpropertydefinition/property
1111
Gets the property type.
1212

1313
```csharp
14-
public Type PropertyType { get; }
14+
public string PropertyType { get; }
1515
```
1616

1717
### Property Value

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.threed.gltf/gltfpropertytable/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GltfPropertyTable
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Represents metadata associated with an .glTF file.
55
type: docs
6-
weight: 3640
6+
weight: 3630
77
url: /net/groupdocs.metadata.formats.threed.gltf/gltfpropertytable/
88
---
99
## GltfPropertyTable class

0 commit comments

Comments
 (0)