SavedOnCaseInfoDocumentIds Property |
The systemkeys for the attachments saved on the case.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.WZFOIntegrationAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic List<string> DocumentIds { get; set; }
Public Property DocumentIds As List(Of String)
Get
Set
public:
property List<String^>^ DocumentIds {
List<String^>^ get ();
void set (List<String^>^ value);
}
member DocumentIds : List<string> with get, set
Property Value
ListString
See Also