API Reference
VisioGallery
Generates a small gallery of polished OfficeIMO.Visio reference diagrams.
Inheritance
- Object
- VisioGallery
Methods
public static IReadOnlyList<VisioGalleryResult> Create(String folderPath, VisioGalleryOptions options = null) #IReadOnlyList<VisioGalleryResult>Generates gallery documents into a folder and optionally validates them.
Parameters
- folderPath System.String
- Target folder.
- options OfficeIMO.Visio.VisioGalleryOptions = null
- Gallery generation options.
public static VisioDocument CreateApplicationDependencyGraph(String filePath) #VisioDocumentCreates a data-driven Azure application dependency graph that demonstrates cloud, security, data, and collaboration stencils.
Parameters
- filePath System.String
- Target VSDX file path.
public static VisioDocument CreateCiCdInventoryGraph(String filePath) #VisioDocumentCreates a data-driven CI/CD inventory graph that demonstrates node, edge, cluster, Shape Data, hyperlink, stencil, and legend support.
Parameters
- filePath System.String
- Target VSDX file path.
public static VisioDocument CreateDataPlatformLineageGraph(String filePath) #VisioDocumentCreates a data-driven platform lineage graph that demonstrates lake, warehouse, quality, catalog, API, and analytics flows.
Parameters
- filePath System.String
- Target VSDX file path.
public static VisioDocument CreateHybridNetworkOperationsGraph(String filePath) #VisioDocumentCreates a data-driven hybrid network operations graph that demonstrates racks, servers, storage, edge routing, and telemetry.
Parameters
- filePath System.String
- Target VSDX file path.
public static VisioDocument CreateIdentityAuthenticationGraph(String filePath) #VisioDocumentCreates a data-driven identity authentication graph that demonstrates trust boundaries, control/data flows, Shape Data, and stencil profiles.
Parameters
- filePath System.String
- Target VSDX file path.
public static VisioDocument CreateIncidentRunbookSequence(String filePath) #VisioDocumentCreates a data-driven incident and runbook sequence that demonstrates imported sequence records, activations, fragments, notes, and stencil profiles.
Parameters
- filePath System.String
- Target VSDX file path.
public static VisioDocument CreateKubernetesServiceMeshGraph(String filePath) #VisioDocumentCreates a data-driven Kubernetes service-mesh graph that demonstrates clusters, service communication, security/data flows, and stencil profiles.
Parameters
- filePath System.String
- Target VSDX file path.
public static VisioDocument CreateNetworkSegmentationDiagram(String filePath) #VisioDocumentCreates a data-driven network segmentation diagram that demonstrates imported zones, nodes, links, callouts, Shape Data, and stencil profiles.
Parameters
- filePath System.String
- Target VSDX file path.
public static VisioDocument CreatePrivilegedAccessReviewGraph(String filePath) #VisioDocumentCreates a data-driven privileged-access review graph that demonstrates identity, approval, secret, ticket, and audit evidence flows.
Parameters
- filePath System.String
- Target VSDX file path.
public static VisioDocument CreateProcessGovernanceReviewGraph(String filePath) #VisioDocumentCreates a data-driven process governance review graph that demonstrates approval, evidence, policy, exception, and audit flows.
Parameters
- filePath System.String
- Target VSDX file path.
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object