AgentFileSkillsSourceOptions.SearchDepth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum depth to search for script and resource files within each skill directory.
A value of 1 searches only the skill root directory. A value of 2 searches the root
and one level of subdirectories.
When null, the source uses the default depth of 2.
public int? SearchDepth { get; set; }
member this.SearchDepth : Nullable<int> with get, set
Public Property SearchDepth As Nullable(Of Integer)
Property Value
Remarks
Must be greater than or equal to 1; lower values are rejected by the constructor.