Returns the ID or name of the object store in which the referenced object resides.
The returned string is an ID (in GUID format) or, if fetchless instantiation was used to create the object, the string contains the object store name. For non-object store references, this method returns Null.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function GetObjectStoreIdentity As String |
| C# |
|---|
string GetObjectStoreIdentity() |
| Visual C++ |
|---|
String^ GetObjectStoreIdentity() |
| JavaScript |
|---|
function getObjectStoreIdentity(); |