Click or drag to resize

PFRelation_SiteStoredProcedureGetByTag Method

Gets stored procedures by their tag.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFStoredProcedure> GetByTag(
	Guid tag
)

Parameters

tag
Type: SystemGuid
Tag of the stored procedures.

Return Value

Type: ListPFStoredProcedure
ListT
See Also