com.crystaldecisions.sdk.occa.infostore
Interface IDestinationStaticDocument


public interface IDestinationStaticDocument


Method Summary
 int getStaticDocumentID()
           Gets the static source document id.
 void setStaticDocumentID(int docID)
           Sets the static source document ID for the given publication object.
 

Method Detail

getStaticDocumentID

int getStaticDocumentID()

Gets the static source document id.

Returns:
An int representing the source document ID

setStaticDocumentID

void setStaticDocumentID(int docID)
                         throws SDKException

Sets the static source document ID for the given publication object.

Parameters:
docID - An int representing the source document id.
Throws:
SDKException - Thrown when failed to add the static document id to the collection.