Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

IDSSDocumentInstance11 Interface Reference

Inherits IDSSDocumentInstance10.

List of all members.

Public Member Functions

HRESULT SaveAsSegment ([in] EnumDSSRWTreeType TreeType,[in] BSTR NodeKey,[in] IDSSFolder *pFolder,[out] VARIANT_BOOL *pCreateDefinition,[in, optional] BSTR Name,[in, optional] BSTR Description,[in, defaultvalue(0)] Int32 Flags,[out, retval] IDSSObjectInfo ppObject)
 Save segment from RWD.
HRESULT SaveAsSegmentAndBackup ([in] EnumDSSRWTreeType TreeType,[in] BSTR NodeKey,[in] IDSSFolder *pFolder,[out] VARIANT_BOOL *pCreateDefinition,[in, optional] BSTR Name,[in, optional] BSTR Description,[in, defaultvalue(0)] Int32 Flags,[out, optional] IDSSObjectInfo ppObject,[out, optional] IDSSObjectInfo ppOriginalObjectBackup,[out, optional] BSTR *pUpdateTimeInEpoch)


Member Function Documentation

HRESULT IDSSDocumentInstance11::SaveAsSegment [in] EnumDSSRWTreeType  TreeType,
[in] BSTR  NodeKey,
[in] IDSSFolder pFolder,
[out] VARIANT_BOOL *  pCreateDefinition,
[in, optional] BSTR  Name,
[in, optional] BSTR  Description,
[in, defaultvalue(0)] Int32  Flags,
[out, retval] IDSSObjectInfo   ppObject
 

Save segment from RWD.

Calling this method does not modify the template.
Parameters:
TreeType The tree type to locate the node
NodeKey The node key to locate the node
pFolder Folder into which the stand-alone segment definition is saved.
pCreateDefinition Identify whether a new segment definion is created during save
Name A name for the stand-alone segment definition.
Description A description for the stand-alone segment definition.
Flags A bit-vector of values that modifies the behavior of the method.
ppObject Returns a reference to the freshly created segment definition object. May be NULL on entry, if the caller does not want to see the new object
Returns:
Usual COM result code:

HRESULT IDSSDocumentInstance11::SaveAsSegmentAndBackup [in] EnumDSSRWTreeType  TreeType,
[in] BSTR  NodeKey,
[in] IDSSFolder pFolder,
[out] VARIANT_BOOL *  pCreateDefinition,
[in, optional] BSTR  Name,
[in, optional] BSTR  Description,
[in, defaultvalue(0)] Int32  Flags,
[out, optional] IDSSObjectInfo   ppObject,
[out, optional] IDSSObjectInfo   ppOriginalObjectBackup,
[out, optional] BSTR *  pUpdateTimeInEpoch
 


Copyright © 1996-2018 MicroStrategy Inc. All Rights Reserved.