SiteBaseGetBrowseableDocumentFilename Method (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(
	int documentId
)

Parameters

documentId
Type: SystemInt32
An identifier of the document to get the file name for. This document must exist.

Return Value

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

Reference