Method IsShared
IsShared(Subgraph)
Determines whether a subgraph is shared by multiple sources.
Declaration
public static bool IsShared(this Subgraph subgraph)
Parameters
| Type | Name | Description |
|---|---|---|
| Subgraph | subgraph | The subgraph instance to evaluate for shared source ownership. |
Returns
| Type | Description |
|---|---|
| bool | True when the subgraph has more than one source. |