Specifies a folder which contains the subsidiary documents of an HTML publication (for example, image, audio, and style sheet files).

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property PublishingSubsidiaryFolder As IFolder
C#
IFolder PublishingSubsidiaryFolder { get; set; }
Visual C++
property IFolder^ PublishingSubsidiaryFolder {
	IFolder^ get ();
	void set (IFolder^ value);
}
JavaScript
function get_publishingSubsidiaryFolder();
function set_publishingSubsidiaryFolder(value);

ToggleRemarks

ToggleSee Also