Add
Add(string, string, string)
Add a SchemaRef to the collection.
public int Add(string href, string namespacePrefix, string namspaceUri)
| Parameter | Type | Description |
|---|---|---|
| href | String | Schema reference href URI. |
| namespacePrefix | String | Schema reference namespace prefix |
| namspaceUri | String | Schema reference namespace URI. |
Return Value
SchemaRef object index.
See Also
- class SchemaRefCollection
- namespace Aspose.Finance.Xbrl
- assembly Aspose.Finance
Add(string, string)
Add a SchemaRef to the collection.
public int Add(string href, string namespacePrefix)
| Parameter | Type | Description |
|---|---|---|
| href | String | Schema reference href URI. |
| namespacePrefix | String | Schema reference namespace prefix |
Return Value
SchemaRef object index.
See Also
- class SchemaRefCollection
- namespace Aspose.Finance.Xbrl
- assembly Aspose.Finance