SiteBaseGetBrowseableDocumentFilename Method (DocumentId, Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Returns the file that represents a published Content Studio document.

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string GetBrowseableDocumentFilename(
	DocumentId documentId,
	out int categoryId
)

Parameters

documentId
Type: ContentStudio.DocumentDocumentId
An identifier of the document to get the file name for. This document must exist.
categoryId
Type: SystemInt32
Returns the categoryid for the current document

Return Value

Type: String
A String that contains the document's file name.
See Also

Reference