Set
Set(string, string)
Adds or replaces the content type property with the specified name.
public void Set(string propertyName, string propertyValue)
Parameter | Type | Description |
---|---|---|
propertyName | String | The property name. |
propertyValue | String | The property value. |
See Also
- class SpreadsheetContentTypePackage
- namespace GroupDocs.Metadata.Formats.Document
- assembly GroupDocs.Metadata
Set(string, string, string)
Adds or replaces the content type property with the specified name.
public void Set(string propertyName, string propertyValue, string propertyType)
Parameter | Type | Description |
---|---|---|
propertyName | String | The property name. |
propertyValue | String | The property value. |
propertyType | String | The property type. |
See Also
- class SpreadsheetContentTypePackage
- namespace GroupDocs.Metadata.Formats.Document
- assembly GroupDocs.Metadata