ExistsWorkItem() public méthode

public ExistsWorkItem ( string id ) : bool
id string
Résultat bool
 public bool ExistsWorkItem(string workItemId)
 {
     return(WorkflowRepository.ExistsWorkItem(workItemId));
 }