Daniel White
Daniel White
I'm guessing it should match the `PackageProperties`. perhaps ``` CoreFilePropertiesPart part = .... part.PackageProperties... ```
I'm thinking something like this based on the standard: ```csharp class CoreProperties { public string Category { get; set; } // category public ContentStatusType ContentStatus { get; set; } //...
Yea I think it is, thats where i found it. Not sure if its used elsewhere. I dont know the standard well enough.
* I'm fine with that. I didn't know if it needed to be ordered or not. * No worries. * Below: ``` class Keywords { string Language { get; set;...
whats the status of this?
@hendrikmaus this is what im thinking about. would appreciate 👀 on this at your convenience. thanks!