Class Constants
-
Field Summary
Fields -
Method Summary
-
Field Details
-
META_PROP_NODE_PATH
Meta property name to store the original document handle node path temporarily in aContentNodeobject.This meta property is useful when exporting a document content data into a
ContentNodeobject because the original document handle node path isn't available by default in the exportedContentNodeobject.So, by storing this meta property temporarily in a
ContentNodeobject, it can be used when importing back from theContentNodeobject later to determine where it should be imported. Or, importing task modify this meta property to change the import target document handle location.- See Also:
-
META_PROP_NODE_LOCALIZED_NAME
Meta property name to store a localized document name temporarily in aContentNodeobject.This meta property is useful when exporting a document variant content data into a
ContentNodeobject because the localized document name doesn't exist in the document variant node itself but it exists in a separate translation node under the document handle node.So, by storing this meta property temporarily in a
ContentNodeobject, it can be used when importing back from theContentNodeobject later.- See Also:
-