WebDAVEngineGetHierarchyItemAndName Method |
Gets hierarchy item objects by path.
Namespace: CMS.WebDAVAssembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 11.0.0
Syntax public override IHierarchyItem GetHierarchyItemAndName(
string path,
string name,
out string outName
)
Parameters
- path
- Type: SystemString
URL path - name
- Type: SystemString
Name of new hierarchy item - outName
- Type: SystemString
Name of new hierarchy item in allowed format
Return Value
Type:
IHierarchyItemSee Also