WorkflowManagerValidateTemplateForSchema Method

Check whether template observers and participants have access to specified schema.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check whether template observers and participants have access to specified schema.")]
public bool ValidateTemplateForSchema(
	Guid[] schemaMembers,
	int templateId
)

Parameters

schemaMembers  Guid
 
templateId  Int32
 

Return Value

Boolean

See Also