DocumentBrowserResolve Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Resolves a document using one or more identifiers.

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public ResolveResult Resolve(
	ConnectionId connectionId,
	SessionId sessionId,
	int documentId,
	GuoidObject guoid,
	string path
)

Parameters

connectionId
Type: ContentStudioConnectionId
The connection id.
sessionId
Type: ContentStudio.SecuritySessionId
The session id.
documentId
Type: SystemInt32
The document identifier.
guoid
Type: ContentStudio.DocumentGuoidObject
A valid Guoid that represents the document to be resolved. For more information about the Guoid see GuoidObject.
path
Type: SystemString
The relative document file path. Examples
PathDescription
Eng/News/MyNewsItem.eptAbsolute path
NewsVirtual path
Bin/ListFilesFromUrl.dllUploaded assembly
App_Code/CSCode/39F0CCA2-F6B8-45E5-91DA-C0341D24BC49.csCode file

Return Value

Type: ResolveResult
A ResolveResult object that contains the resolved data.
Exceptions

ExceptionCondition
SqlException
CSDocumentNotFoundExceptionThe document cannot be resolved using passed in data or does not exist
Remarks

This method is used to support the internal infrastructure of Content Studio and is not intended for public use.

This method is new in Content Studio 5.2.

See Also

Reference