TreeNodeSetDocumentNameSource Method (String, Boolean) |
Sets the document name source field to the given value.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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