CheckRenditionsAvailabilityConvertedDocIds Property |
[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.Pdf.CheckRenditionsAvailability.ConvertedDocIds"]
Namespace: Scanjour.Workflow4.ActivityLibrary.PdfAssembly: 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 InArgument<List<string>> ConvertedDocIds { get; set; }
Public Property ConvertedDocIds As InArgument(Of List(Of String))
Get
Set
public:
property InArgument<List<String^>^>^ ConvertedDocIds {
InArgument<List<String^>^>^ get ();
void set (InArgument<List<String^>^>^ value);
}
member ConvertedDocIds : InArgument<List<string>> with get, set
Property Value
InArgumentListString
See Also