C-DEngine 5.105

TheContentServiceEngine..::..GetBlob Method (String, String, Boolean)

Returns a Blob either from the local node or a any mesh connected node in the same security context

Namespace:  nsCDEngine.Engines.ContentService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public TheBlobData GetBlob(
	string pBlobName,
	string pScrambledScopeID,
	bool DoPublishRequest
)
Public Function GetBlob ( _
	pBlobName As String, _
	pScrambledScopeID As String, _
	DoPublishRequest As Boolean _
) As TheBlobData
public:
TheBlobData^ GetBlob(
	String^ pBlobName, 
	String^ pScrambledScopeID, 
	bool^ DoPublishRequest
)

Parameters

pBlobName
Type: String
Full Path and Name of the blob to retrieve
pScrambledScopeID
Type: String
Security Context
DoPublishRequest
Type: Boolean
If set to false - only the local node will respond and the request will not be meshed

Return Value