Click or drag to resize
TreeNodeSetDocumentNameSource Method (String, Boolean)
Sets the document name source field to the given value.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void SetDocumentNameSource(
	string value,
	bool onlyIfEmpty
)

Parameters

value
Type: SystemString
Document name
onlyIfEmpty
Type: SystemBoolean
Indicates if value should only be set if the current value is empty
See Also