Click or drag to resize
WebDAVHelperGetNewContent Method
Gets new CMS File (only document without attachment).

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public static TreeNode GetNewContent(
	string name,
	TreeNode parentNode,
	TreeProvider tree,
	string cultureCode,
	out FormFieldInfo ffi
)

Parameters

name
Type: SystemString
CMS file name
parentNode
Type: CMS.DocumentEngineTreeNode
Parent document
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider
cultureCode
Type: SystemString
Culture code
ffi
Type: CMS.FormEngineFormFieldInfo
Form file info

Return Value

Type: TreeNode
New document
See Also