ALFA.ALFAERFResourceRepository.CopyResource C# (CSharp) Method

CopyResource() public method

Create a copy of a resource.
public CopyResource ( OEIShared Entry, OEIShared NewName ) : OEIShared.IO.IResourceEntry
Entry OEIShared Supplies the resource to copy.
NewName OEIShared Supplies the new resource name.
return OEIShared.IO.IResourceEntry
        public override OEIShared.IO.IResourceEntry CopyResource(OEIShared.IO.IResourceEntry Entry, OEIShared.Utils.OEIResRef NewName)
        {
            throw new NotSupportedException("CopyResource not implemented");
        }

Same methods

ALFAERFResourceRepository::CopyResource ( OEIShared Entry ) : OEIShared.IO.IResourceEntry