Class ServerProjectPackageResourceHandlingOptions
Describes how the resources (TMs, TBs, LiveDocs corpora, QTerms) are included in the packages. Only for server projects that allow package creation.
Syntax
public class ServerProjectPackageResourceHandlingOptions
Fields
LiveDocsHandlingOptions
Specifies how the LiveDocs corpora are included in the packages. Only for server projects that allow package creation.
Declaration
public ServerProjectResourcesInPackages LiveDocsHandlingOptions
Type
ServerQTermHandlingOptions
Specifies how the qTerms are included in the packages. Only for server projects that allow package creation.
Declaration
public ServerProjectResourcesInPackages QTermHandlingOptions
Type
ServerTBHandlingOptions
Specifies how the TBs are included in the packages. Only for server projects that allow package creation.
Declaration
public ServerProjectResourcesInPackages TBHandlingOptions
Type
ServerTMHandlingOptions
Specifies how the TMs are included in the packages. Only for server projects that allow package creation.
Declaration
public ServerProjectResourcesInPackages TMHandlingOptions