Public NotInheritable Class DocumentPropertyInfo
public sealed class DocumentPropertyInfo
Public NotInheritable Class DocumentPropertyInfo
public sealed class DocumentPropertyInfo
{
await QueuedTask.Run(() =>
{
//Create a connection properties
var kg_props =
new KnowledgeGraphConnectionProperties(new Uri(url));
using (var kg = new KnowledgeGraph(kg_props))
{
// use the KnowledgeGraphPropertyInfo
var propInfo = kg.GetPropertyNameInfo();
var supportsDocs = propInfo.SupportsDocuments;
var documentType = propInfo.DocumentTypeName;
var hasDocumentType = propInfo.HasDocumentTypeName; // available at Pro 3.6 only
var documentInfo = propInfo.DocumentPropertyInfo;
}
});
}
System.Object
ArcGIS.Core.Data.Knowledge.DocumentPropertyInfo
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)