Publisher_Info.Add_SobekCM_Metadata Method
Writes this publisher as SobekCM-formatted XML
Namespace: SobekCM.Resource_Object.Bib_InfoAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
internal void Add_SobekCM_Metadata(
string SobekcmNamespace,
string Type,
TextWriter Results
) |
Parameters
- SobekcmNamespace
- Type: System..::..String
Namespace to use for the SobekCM custom schema ( usually 'sobekcm' )
- Type
- Type: System..::..String
Type indicates if this is a publisher or a manufacturer of the digital resource
- Results
- Type: System.IO..::..TextWriter
Stream to write this publisher as SobekCM-formatted XML
See Also