Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ChildDocument.TypeID Property

Gets or sets the TypeID of the child document.

public string TypeID {get; set;}

Remarks

If the child document

TypeNamespace
is set to FILE, the
TypeID
should be the same as the display name of the file. If the child document
TypeNamespace
is set to MIME, the
TypeID
should be set to the MIME type of the child document (for example, "text/html").

See Also

ChildDocument Class | Plumtree.Remote.Crawler Namespace