Click or drag to resize

JobUploadParametersIncludeNames Property

An optional set of specific root level file or directory names to be candidates for upload. For example, if a value is 'Testing.vtr' then that specific file in to the root of the SourceDirectory will be uploaded. If a value is 'MyDir' then all files and directories under that folder in the root of SourceDirectory will be uploaded. No comparisons are made in subdirectories under the SourceDirectory. If the parameter is null or zero length then everything is a candidate for upload.

Namespace: RCS.Carbon.Shared
Assembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax
C#
public string[] IncludeNames { get; }

Property Value

String
See Also