Share via


PublishingModel Property

The PublishingModel property specifies the name of the publishing model associated with this folder.

Property PublishingModel As String[C++]
Get method:
HRESULT get_PublishingModel(BSTR*pPublishingModel);
Put method:
HRESULT put_PublishingModel(BSTRvarPublishingModel);

[Visual Basic]

Parameters

None.

Return Values

This property returns a String that contains the name of the publishing model. For a listing of valid values, see KnowledgePublishingModelTypes.

Error Values

If an error is raised, Err.Number is set to one of the values documented on the Error Messages page.

[C++]

Parameters

Get method:

  • pPublishingModel
    [out, retval] Pointer to a BSTR that contains the name of the publishing model. For a listing of valid values, see KnowledgePublishingModelTypes.

Put method:

Return Values

For a list of error messages returned by SharePoint Portal Server, see Error Messages.

Remarks

The PublishingModel property applies only to enhanced folders.