MetadataCacheVaultObjectOperationsGetMFilesURLForObject Method

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual string GetMFilesURLForObject(
	ObjID objID,
	int targetVersion,
	bool specificVersion,
	MFilesURLType urlType = MFilesURLType.MFilesURLTypeShow
)

Parameters

objID  ObjID
 
targetVersion  Int32
 
specificVersion  Boolean
 
urlType  MFilesURLType  (Optional)
 

Return Value

String

Implements

IVaultObjectOperations.GetMFilesURLForObject(ObjID, Int32, Boolean, MFilesURLType)

See Also