IDocumentQueryTQuery, TObjectPath Method (String, PathTypeEnum) |
Filters the data to include only documents on given path.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax TQuery Path(
string path,
PathTypeEnum type = PathTypeEnum.Explicit
)
Parameters
- path
- Type: SystemString
Document path - type (Optional)
- Type: CMS.DocumentEnginePathTypeEnum
Path type to define selection scope
Return Value
Type:
TQuerySee Also