ResolveResult Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

This class is used as return value for resolving operations.
Inheritance Hierarchy

SystemObject
  ContentStudio.DocumentResolveResult

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

[SerializableAttribute]
public class ResolveResult

The ResolveResult type exposes the following members.

Constructors

  NameDescription
Public methodResolveResult
Initializes a new instance of the ResolveResult class.
Top
Properties

  NameDescription
Public propertyGuoid
Gets or sets the guoid.
Public propertyId
Gets or sets the id.
Public propertyPath
Gets or sets the path.
Public propertyVirtualPath
Gets or sets the virtual path.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks

This class is used for the Content Studio infrastructure and is not intended to be used directly.
See Also

Reference